-
-
Notifications
You must be signed in to change notification settings - Fork 25.5k
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 RandomForestClassifier passes numpydoc validation #20383
DOC Ensures that RandomForestClassifier passes numpydoc validation #20383
Conversation
#20385 has been merged. You can merge |
Uhm |
…ier_docstrings_pass_numpydoc_valid
We ran black after implementing the changes and merging main into our branch but there was no reformatting. |
Yep black is not complaining anymore. However, my suggestion is too long. I propose to break the line and flake8 should be fine. |
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.
I took the liberty to merge main
into your branch and change the docstring of feature_in_
to see if the tests are passing. If the CIs agree then we can merge it.
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.
I merge main
into the branch to solve the CI doc failure.
The CIs are green, let's merge. Thanks @alinealfa |
…cikit-learn#20383) Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
…cikit-learn#20383) Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Reference Issues/PRs
Addresses #20308
What does this implement/fix? Explain your changes.
Fixes numpydoc errors on RandomForestClassifier
Forces decorate property to update doc for deprecated method
Any other comments?
#DataUmbrella #sprint
cc. @marenwestermann