/paramsklearn

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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