Intro To Scikit Learn workshop code.
Go to https://conda.io/miniconda.html download and install Miniconda for your system
From the current folder run:
conda env create
Answer yes when prompted and then activate the environment:
source activate sklearn
Starter code:
python iris_starter_script.py
Try doing the exercises in it.
Advanced code:
python iris_starter_script.py
Try doing the exercises in it.