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

Update code snippets in README to showcase ray.tune SearchSpaces #176

Closed mkretsch327 closed 3 years ago

mkretsch327 commented 3 years ago

Small PR to update the example code snippets in the README to illustrate how users can leverage SearchSpaces to define param distributions in TuneSearchCV.