-
-
Notifications
You must be signed in to change notification settings - Fork 26.4k
ENH Add metadata routing for IterativeImputer #28187
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
ENH Add metadata routing for IterativeImputer #28187
Conversation
adrinjalali
left a comment
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.
Otherwise I think this looks pretty good.
Co-authored-by: Adrin Jalali <[email protected]>
adrinjalali
left a comment
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.
Otherwise LGTM.
|
@glemaitre @OmarManzoor this is waiting for a second review. |
OmarManzoor
left a comment
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 @StefanieSenger
Reference Issues/PRs
Towards #22893
What does this implement/fix? Explain your changes.
This PR adds metadata routing to
IterativeImputer.(I also corrected an error in the documentation for
SelectFromModelthat I've found along the way.)