Skip to content

Materials from he intro to machine learning workshop at summer summit 2018

Notifications You must be signed in to change notification settings

isabella232/machine-learning-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Machine Learning Workshop

This repo contains supporting materials from the intro to machine learning workshop at the thoughtbot summer summit 2018.

Before you begin, you need to install Python 3.6 and pipenv. On macOS, that could look like this:

brew install python3
pip3 install pipenv

Once you have those, you can install the dependencies:

pipenv install

Finally, you can run the Jupyter Notebook server:

pipenv run jupyter notebook

That will open up a browser, where you can play around with the notebooks.

About

Materials from he intro to machine learning workshop at summer summit 2018

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%