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

[docs] Remove multiple metrics reference in scoring argument for TuneSearchCV #57

Closed sumanthratna closed 4 years ago

sumanthratna commented 4 years ago

This change only affects the docstring for the scoring keyword argument in TuneSearchCV's initializer.

See #53 (note: this PR makes no attempt to implement multiple metrics)

CC @inventormc and @richardliaw

anthonyhsyu commented 4 years ago

Thank you for the catch and PR @sumanthratna!