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

Better errors and warnings #49

Closed inventormc closed 4 years ago

inventormc commented 4 years ago

One of the tests asserts TuneError, change that to ValueError as what's raised by scikit-learn and this should be good to go

Yup. Except I had to just look at the logger content so we're not actually raising a ValueError right now.