ray-project / tune-sklearn

A drop-in replacement for Scikit-Learn’s GridSearchCV / RandomizedSearchCV -- but with cutting edge hyperparameter tuning techniques.
https://docs.ray.io/en/master/tune/api_docs/sklearn.html
Apache License 2.0
465 stars 52 forks source link

BOHB sanity checks #133

Closed Yard1 closed 3 years ago

Yard1 commented 3 years ago

This PR fixes issues with the special BOHB scheduler not being set properly when using BOHB, as well as prevents the user from using it with other search algorithms.

Yard1 commented 3 years ago

Thanks, added those.

richardliaw commented 3 years ago

Awesome; lint is still failing though?

Yard1 commented 3 years ago

@richardliaw Should be good now