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] Add an option to timeout the optimization #139

Closed rohan-gt closed 3 years ago

rohan-gt commented 3 years ago

It would be useful to add an optional parameter to have a hard time limit to the optimization to stop it prematurely

richardliaw commented 3 years ago

This should already be supported on master via time_budget_s :)

rohan-gt commented 3 years ago

Ah, missed this update. You read my mind. Thanks!