The code in this repository is inspired by Scikit Learn and From Data With Love.
This tutorial uses the following packages:
- Python version 2.7.6
numpy
version 1.9.2scipy
version 0.15.1matplotlib
version 1.4.3scikit-learn
version 0.16.0ipython
version 4.0.0, with notebook support (version 4.0.1)
You can also run pipenv install
to install all required pacakges..
Alternatively, check Installing scikit-learn out. It provides a good instruction to get scikit-learn installed in different ways.
I also provide a Vagrantfile
with a bootstrap script in case someone wants to
try on an Ubuntu box. However, please note that the Vagrant box doesn't support
any graphic stuff, so you'll need to remove or comment the code being used to
generate the plots before run the code.