-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
FIX BaseSuccessiveHalving class groups support #19847
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
FIX BaseSuccessiveHalving class groups support #19847
Conversation
Thanks @xiaoyuchai , this looks good. Would you mind adding a new non-regression test called
HalvingRandomSearchCV and HalvingGridSearchCV ? The new test should be in sklearn/model_selection/tests/test_successive_halving.py
|
We would also need a new |
Thanks, @NicolasHug . Yes, added testing method and documentation. Cheers! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @xiaoyuchai , some last comments but LGTM when addressed!
Thanks @xiaoyuchai ! |
Co-authored-by: Shawn <shawn@mpirica.com> Co-authored-by: Nicolas Hug <nicolashug@fb.com>
Co-authored-by: Shawn <shawn@mpirica.com> Co-authored-by: Nicolas Hug <nicolashug@fb.com>
Co-authored-by: Shawn <shawn@mpirica.com> Co-authored-by: Nicolas Hug <nicolashug@fb.com>
Reference Issues/PRs
Fix #19841
What does this implement/fix? Explain your changes.
Enable groups in the fit method of BaseSuccessiveHalving class by revoking groups=None.
Any other comments?