Brent Komer, James Bergstra, and Chris Eliasmith. Hyperopt-sklearn: automatic hyperparameter configuration for scikit-learn. In Proceedings of the 13th Python in Science Conference, 33-39. 2014. URL: http://conference.scipy.org/proceedings/scipy2014/pdfs/komer.pdf.
@inproceedings{komer2014b,
title={Hyperopt-Sklearn: Automatic Hyperparameter Configuration for Scikit-Learn},
author={Brent Komer and James Bergstra and Chris Eliasmith},
year={2014},
url={http://conference.scipy.org/proceedings/scipy2014/pdfs/komer.pdf},
pdf={http://compneuro.uwaterloo.ca/files/publications/komer.2014b.pdf},
poster={http://compneuro.uwaterloo.ca/files/publications/komer.2014a.poster.pdf},
booktitle={Proceedings of the 13th Python in Science Conference},
keywords={bayesian optimization, model selection, hyperparameter optimization, scikit-learn},
pages={33-39},
abstract={Hyperopt-sklearn is a new software project that provides automatic algorithm configuration of the Scikit-learn machine learning library. Following Auto-Weka, we take the view that the choice of classifier and even the choice of preprocessing module can be taken together to represent a single large hyperparameter optimization problem. We use Hyperopt to define a search space that encompasses many standard components (e.g. SVM, RF, KNN, PCA, TFIDF) and common patterns of composing them together. We demonstrate, using search algorithms in Hyperopt and standard benchmarking data sets (MNIST, 20-Newsgroups, Convex Shapes), that searching this space is practical and effective. In particular, we improve on best-known scores for the model space for both MNIST and Convex Shapes.},
}