hyperopt / hyperopt-sklearn

Hyper-parameter optimization for sklearn
hyperopt.github.io/hyperopt-sklearn
Other
1.58k stars 271 forks source link

Refit Flag #123

Closed adodge closed 5 years ago

adodge commented 5 years ago

Add a refit flag to HyperoptEstimator, similar to the refit flag on GridSearchCV. (https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html) Can be set to false to turn off refitting, which can be handy sometimes.