-
-
Notifications
You must be signed in to change notification settings - Fork 26k
FIX MultiOutputRegressor correctly ducktypes fitted estimators #19308
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 MultiOutputRegressor correctly ducktypes fitted estimators #19308
Conversation
Currently placing this on 0.24.2, but I am okay with holding it for 1.0 as well. |
@thomasjpfan I'm also experiencing this issue with |
@alexottenwess-sp May you open an issue with a reproducible code example, so we can look into working out your issue with |
@thomasjpfan see #19357 |
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.
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Thanks @thomasjpfan |
…t-learn#19308) Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
…t-learn#19308) Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Reference Issues/PRs
Fixes #16549
What does this implement/fix? Explain your changes.
Checks the fitted
multioutput.estimators_
forpredict
.