-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Ensures that precision_recall_fscore_support passes numpydoc validation #22472
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 precision_recall_fscore_support passes numpydoc validation #22472
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.
Just a couple of comments to clarify the docstring.
Co-authored-by: Guillaume Lemaitre <[email protected]>
Co-authored-by: Guillaume Lemaitre <[email protected]>
Co-authored-by: Guillaume Lemaitre <[email protected]>
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 @GauravChoudhay merging then. |
Thank you @glemaitre . one more question sir, would i work on documentation more or can i go with code.. and any issue u can recommend me to work on will be great help |
It is difficult to recommend you a specific issue because it will depend on your background. Basically, you should check the deprecation documentation: https://scikit-learn.org/stable/developers/contributing.html#deprecation and other PR that do such changes. Then, if you background is more statistical then you can check any issue that is linked to a bug that require some digging to understand where the problem is coming from. |
…dation (scikit-learn#22472) Co-authored-by: Guillaume Lemaitre <[email protected]>
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Any other comments?
My first PR :). looking forward to contribute more