-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Ensures that roc_auc_score passes numpydoc validation #23505
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
Conversation
ping @adrinjalali |
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.
Thanks for the PR @madinak .
Other than the nit, LGTM.
sklearn/metrics/_ranking.py
Outdated
@@ -471,6 +471,16 @@ class scores must correspond to the order of ``labels``, | |||
Returns | |||
------- | |||
auc : float | |||
Area Under the Curve. |
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.
Area Under the Curve. | |
Area Under the Curve score. |
Thanks, will merge when green since it's a minor doc change. |
There was a merge conflict due to the other PR, I've resolved it and will wait for the CI to finish. |
…rn#23505) * DOC Ensures that roc_auc_score passes numpydoc validation * apply review Co-authored-by: Madina Kasymova <[email protected]> Co-authored-by: Adrin Jalali <[email protected]>
…rn#23505) * DOC Ensures that roc_auc_score passes numpydoc validation * apply review Co-authored-by: Madina Kasymova <[email protected]> Co-authored-by: Adrin Jalali <[email protected]>
* DOC Ensures that roc_auc_score passes numpydoc validation * apply review Co-authored-by: Madina Kasymova <[email protected]> Co-authored-by: Adrin Jalali <[email protected]>
Reference Issues/PRs
Contributes to #21350
What does this implement/fix? Explain your changes.
Fixed numpydoc errorsin
sklearn.metrics._ranking.roc_auc_score
Any other comments?
as a part of pyladies berlin hacknight