-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
MAINT validate parameters in DummyRegressor and DummyClassifier #23645
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
MAINT validate parameters in DummyRegressor and DummyClassifier #23645
Conversation
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.
I pushed some changes since there is some collateral failures in successive halving tests.
Thanks. |
@Nwanna-Joseph do not close the PR until someone else validates it and merges it. |
Mistakenly closed this. Reopening. |
Thanks. That was a mistake. Quick typing. |
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.
LGTM. Thanks @Nwanna-Joseph.
…it-learn#23645) Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com> Co-authored-by: jeremiedbb <jeremiedbb@yahoo.fr>
Reference Issues/PRs
See PR #23462
What does this implement/fix? Explain your changes.
Add validators for DummyClassifier and DummyRegressor. Towards #23462
Any other comments?