/hyperopt-sklearn

Hyper-parameter optimization for sklearn

Primary LanguagePythonOtherNOASSERTION

hyperopt-sklearn

Hyperopt-sklearn is Hyperopt-based model selection among machine learning algorithms in scikit-learn.

See how to use hyperopt-sklearn through example notebooks

Installation

Installation from a git clone using pip is supported:

git clone git@github.com:hyperopt/hyperopt-sklearn.git
(cd hyperopt-sklearn && pip install -e .)