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

[docs/feature] Show how to tune categorical variables + integers #87

Open richardliaw opened 4 years ago

richardliaw commented 4 years ago

Right now the default API doesn't actually support categorical/integer formats. It would be good to automatically shim into it. Perhaps this could be done via https://github.com/ray-project/ray/pull/10401