-
-
Notifications
You must be signed in to change notification settings - Fork 26k
FIX Change MRO for some estimators #17934
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
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.
Thanks @alfaro96
Though I think it'd be fine to just fix those in #17806, provided that there are not too many |
I think that these are the last ones:
I will modify these estimators and change the PR title and description. Note: The tests will fail in #17806 regardless of this PR because of a |
Previous commit reverted. I will fix the remaining issues in #17806. Thanks @rth and @NicolasHug for your patience! |
Thanks @alfaro96 ! Merging as it's now a 2 line change. |
Reference Issues/PRs
Continue #14884.
Required for #17806.
What does this implement/fix? Explain your changes.
This PR changes the MRO for
sklearn.ensemble.HistGradientBoostingClassifier
.