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

Feature: add support for Optuna tuners #122

Closed Yard1 closed 3 years ago

Yard1 commented 3 years ago

Note to self: Optuna is now available in main Ray Tune release and should be added here as an option.

Yard1 commented 3 years ago

@krfricke Pinging you because you got assigned to it - support for Optuna is already in the code, I think the only thing needed is to add optuna to possible search_optimization values.