- Python機械学習プログラミング の自習用リポジトリです。
- 参考: 著者によるリポジトリ(https://github.com/rasbt/python-machine-learning-book)
$ git clone git@github.com:takanory/python-machine-learning.git
$ cd python-machine-learning
$ pyvenv-3.5 venv
$ . venv/bin/active
(venv) $ pip install -r requirements.txt
numpy==1.11.3
scipy==0.18.1
scikit-learn==0.18.1
pandas==0.19.1
matplotlib==1.5.3
jupyter==1.0.0