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

Fix random-search #180

Closed richardliaw closed 3 years ago

richardliaw commented 3 years ago

Random search with tune search spaces currently fails to produce multiple trials.

Yard1 commented 3 years ago

BTW. The issue with ConfigSpace is something I have experienced locally in a different project as well. Not sure what needs to be done to fix it.