/intro_to_scikit_learn

Intro To Scikit Learn

Primary LanguagePythonMIT LicenseMIT

Intro to Scikit Learn

Intro To Scikit Learn workshop code.

Getting Started:

Download miniconda python 2.7

Go to https://conda.io/miniconda.html download and install Miniconda for your system

Create a conda environment

From the current folder run:

conda env create

Answer yes when prompted and then activate the environment:

source activate sklearn

Run code

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.