-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC Ensures that IterativeImputer passes numpydoc validation #21108
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
DOC Ensures that IterativeImputer passes numpydoc validation #21108
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.
Otherwise LGTM
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
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 as well. Let me re-run the failed CI jobs as it should be unrelated to this PR and probably random (failing pip install command).
Thanks for the review @glemaitre and @ogrisel. I think this PR is ready to be merged, unless you think there is something else to be done, in which case, I'll happily work through it 🤓 . |
Thanks @jmloyola Nice improvement |
…learn#21108) Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
…learn#21108) Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Reference Issues/PRs
Addresses #20308
What does this implement/fix? Explain your changes.
This PR ensures IterativeImputer is compatible with numpydoc:
IterativeImputer
fromDOCSTRING_IGNORE_LIST
.