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. |
glemaitre
left a comment
There was a problem hiding this comment.
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.
glemaitre
left a comment
There was a problem hiding this comment.
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