Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HalvingRandomSearchCV and HalvingGridSearchCV do not support multimetric scoring. #26109

Open
gynther-k opened this issue Apr 5, 2023 · 2 comments
Labels

Comments

@gynther-k
Copy link

According to https://scikit-learn.org/stable/modules/grid_search.html,

HalvingRandomSearchCV and HalvingGridSearchCV do not support multimetric scoring.

When will this be implemented?

When trying to use multimeric scoring today, I get:

ValueError: scoring parameter must be a string, a callable or None. Multimetric scoring is not supported.

@github-actions github-actions bot added the Needs Triage Issue requires triage label Apr 5, 2023
@NicolasHug
Copy link
Member

For context on why multimetric scoring isn't supported for now: #13900 (comment)

@gynther-k
Copy link
Author

@NicolasHug @jnothman do you know when we can expect a fix?

@thomasjpfan thomasjpfan changed the title GridSearchCV and HalvingGridSearchCV do not support multimetric scoring. HalvingRandomSearchCV and HalvingGridSearchCV do not support multimetric scoring. Apr 21, 2023
@thomasjpfan thomasjpfan added New Feature module:model_selection Needs Decision - Include Feature Requires decision regarding including feature and removed Needs Triage Issue requires triage labels Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants