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

[Feature Request] Reproducible results for TuneSearchCV #112

Closed rohan-gt closed 3 years ago

rohan-gt commented 4 years ago

Is it possible to produce reproducible results for TuneSearchCV using a random seed?

richardliaw commented 4 years ago

Great feature request! This should be easy to provide a fix for... will ask around the team for a PR.