Skip to content

automl/paramsklearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published