Intro To Machine Learning Workshop for TDWI Accelerate, Seattle, October 2017
git clone https://github.com/Dataweekends/tdwi_machine_learning.git
https://www.continuum.io/downloads
cd tdwi_machine_learning
jupyter notebook
http://localhost:8888
You are good to go! Enjoy!
The following is not necessary if you have a recent version of Anaconda installed on your computer. If you want to create a virtual environment specifically for this tutorial, we provide an environment configuration file. From the terminal follow these steps:
cd tdwi_machine_learning
conda env create
wait for the environment to create, this may take a few minutes
source activate tdwi
activate tdwi
Check that your prompt changed to
(tdwi) $
Now you can run jupyter notebook from within the environment.
If you have installed Anaconda a long time ago, you may want to update it by running
conda update conda
and then
conda update anaconda