-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC Ensures DecisionTreeClassifier passes numpydoc validation #20399
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 DecisionTreeClassifier passes numpydoc validation #20399
Conversation
I think that the warning raised by sphinx are unrelated. I will check. |
I merged |
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 assuming CI will be green this time.
Not sure, you still have the sphinx warning. And I am also thinking that |
Indeed it failed. For the record, here are the new sphinx warnings introduced by this PR:
|
I believe the unknown target warnings will be fixed by #20410. |
I merged |
Thanks @LucyJimenez! |
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com> Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Reference Issues/PRs
Addresses #20308 for DecisionTreeClassifier with my pair programming partner @eugeniaft
Addressed errors:
"- GL10: reST directives ['deprecated'] must be followed by two colons"
#DataUmbrella sprint