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 optuna in search methods #132

Closed krfricke closed 3 years ago

krfricke commented 3 years ago

Enable optuna as search_optimization parameter.

Closes #122

Yard1 commented 3 years ago

@krfricke Could you also add optuna to requirements-test.txt in root folder, so that CI can pass? Thanks!