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 of multi_metric scoring issue #111

Closed mattKretschmer closed 4 years ago

mattKretschmer commented 4 years ago

This is a fix for Issue #110, which looked to be caused by hard-coded metric names when calling other optimizers. Moving the multi_metric scoring check to the constructor (rather than in _fit) helped.

mkretsch327 commented 4 years ago

Thank YOU! Great package, and happy to help.