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

Documentation for using the Tune search spaces? #167

Closed richardliaw closed 3 years ago

richardliaw commented 3 years ago

We merged support for Tune search spaces in v0.2.0.

Perhaps let's update the readme with the appropriate docs/examples, specifically for doing categorical distributions?

cc @Yard1

Yard1 commented 3 years ago

Good idea, will cook up a PR

richardliaw commented 3 years ago

Fixed by @mattKretschmer :)