-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Added relation between ROC-AUC and Gini in docstring of roc_auc_score #28156
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
Added description for relation between the Gini coefficient and roc-auc.
Co-authored-by: Guillaume Lemaitre <[email protected]>
@glemaitre your remarks improved it. Thanks. |
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 @dzisandy
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.
Some after merge comments.
@dzisandy Could you address those in a new PR? That would be very nice.
…core (scikit-learn#28156) Co-authored-by: Guillaume Lemaitre <[email protected]>
…core (scikit-learn#28156) Co-authored-by: Guillaume Lemaitre <[email protected]>
…core (#28156) Co-authored-by: Guillaume Lemaitre <[email protected]>
Reference Issues/PRs
closes #28144.
What does this implement/fix? Explain your changes.
Fixed the docstring of
roc_auc_score
by adding some additional linkage to the Gini coefficient, as described in issue