hyperopt / hyperopt-sklearn

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

How to warm start the HP optimization? #165

Open LishengSun opened 3 years ago

LishengSun commented 3 years ago

Hi hyperopt team,

Thank you for this nice library! I see that you have implemented the warm-start functionality that allows starting the search from some specific configurations (https://github.com/hyperopt/hyperopt-sklearn/issues/42). However I don't see how to pass these starting configurations. Could you please give a concret example?

Thank you in advance!