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

Don't store `fit_params`, use `with_parameters` for it #256

Closed Yard1 closed 1 year ago

Yard1 commented 1 year ago

Signed-off-by: Antoni Baum antoni.baum@protonmail.com

Fixes fit_params being pickled, causing bloated trial directories.

https://discuss.ray.io/t/no-space-left-on-device-tunesearchcv-disable-saving/7972/