You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2024. It is now read-only.
Is it possible to run BayesSearchCV with multiple scores?
I am getting the following error when inputting a dictionary of scores
297 raise ValueError("For evaluating multiple scores, use "
298 "sklearn.model_selection.cross_validate instead. "
--> 299 "{0} was passed.".format(scoring))
300 else:
301 raise ValueError("scoring value should either be a callable, string or"
ValueError: For evaluating multiple scores, use sklearn.model_selection.cross_validate instead. {'neg_mean_squared_error': 'neg_mean_squared_error', 'neg_mean_absolute_error': 'neg_mean_absolute_error'} was passed.