Git Product home page Git Product logo

ml-workshop's People

Contributors

bryonbaker avatar fmasoodredhat avatar masoodfaisal avatar tnscorcoran avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ml-workshop's Issues

Lab 4: SQL Query incorrect in step 7

Update instructions with correct query in Superset:

Instruction Query:
SELECT kafkaData., s3Data.
FROM customerchurn.default.data kafkaData,
hive.default.customer1 s3Data
WHERE cast(kafkaData.customerId as VARCHAR) = s3Data.customerId

Replace with

Superset Query:
SELECT customers.gender, customers.seniorcitizen, customers.partner, customers.dependents, customers.tenure, products.*
from hive.default.customers customers,
customerchurn.default.data products
where cast(customers.customerId as VARCHAR) = cast(products.customerId as VARCHAR)

Lab2 - pip3 install commented out in lab environment

The Visualise_Data.ipynb notebook has the pip install instructions commented out in the lab environment. However the instructions don't have them commented out.

I found that when I tried to run the notebook without installing the "seaborn" and "verta" dependencies, the notebook produced a whole lot of errors.
After removing the comments and re-running, everything worked.

Screenshot from instructions below. (install instructions commented out in lab enviro - no screenshot provided of lab)
image

Avoid needing !pip3 install

Update the Jupyter images to include all the necessary python libraries so we can remove all the pip3 installs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.