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 createAnswer yes when prompted and then activate the environment:
source activate sklearnStarter code:
python iris_starter_script.pyTry doing the exercises in it.
Advanced code:
python iris_starter_script.pyTry doing the exercises in it.