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

during pickling there is an error #269

Open drhosseinjavedani opened 1 year ago

drhosseinjavedani commented 1 year ago

E AttributeError: Can't pickle local object 'MaximumIterationStopper.init..'

drhosseinjavedani commented 1 year ago

Pickle and joblib didn't work, but Dill did the job.