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 local mode + forward compat #74

Closed richardliaw closed 4 years ago

richardliaw commented 4 years ago

Addresses local_mode from https://github.com/pycaret/pycaret/issues/61 Enables forward-compat with new Trainable API Should test #72. Closes #71.