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

Enable scikit-optimize again #89

Closed holgern closed 4 years ago

holgern commented 4 years ago

scikit-optimize 0.8.1 works with scikit-learn >= 0.23, thus scikit-optimize can be reenabled.

richardliaw commented 4 years ago

@holgern Thank you for your PR! We will aim to merge this ASAP :)

richardliaw commented 4 years ago

@inventormc can you take a look when you get the chance?