tmvien / paramsklearn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download and build the documentation

pip install scikit-learn==0.15.2
pip install git+https://github.com/mfeurer/HPOlibConfigSpace#egg=HPOlibConfigSpace0.1dev
git clone https://bitbucket.org/mfeurer/paramsklearn.git
cd paramsklearn
python setup.py install
python setup.py test

Installation with pip

pip install numpy scipy scikit-learn==0.15.2 numpydoc sphinx
pip install git+https://github.com/mfeurer/HPOlibConfigSpace#egg=HPOlibConfigSpace0.1dev
pip install --editable git+https://bitbucket.org/mfeurer/paramsklearn#egg=ParamSklearn

To build the documentation you also need the packages sphinx and numpydoc.

pip install sphinx
pip install numpydoc
make html
firefox `pwd`/build/html/index.html

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 97.6%Language:Makefile 1.2%Language:Batchfile 1.2%