-
-
Notifications
You must be signed in to change notification settings - Fork 26k
FIX Change MRO for some estimators #17837
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 Change MRO for some estimators #17837
Conversation
Quick review @rth? |
Would you also mind fixing the other few cases from #17836 (comment) ? |
It would a pleasure! In fact, I need this to be fixed before continue working on #17806. |
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, LGTM. Will merge on green CI.
I think that I have fixed the remaining ones. Let us wait now for the green in the CI. Thanks @rth for your quickness and patience! |
Thanks @alfaro96 ! |
Reference Issues/PRs
Fixes #17836.
Merge required to continue working on #17806.
Continuation from #14884.
What does this implement/fix? Explain your changes.
This PR changes the MRO for
LogisticRegression
andLogisticRegressionCV
.