-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Add See Also to plotting and metrics #18314
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
sklearn/metrics/_ranking.py
Outdated
@@ -750,14 +751,12 @@ def precision_recall_curve(y_true, probas_pred, *, pos_label=None, | |||
|
|||
See also |
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.
See also | |
See Also |
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.
We need to add the display for the plot_partial_dependence
in sklearn/inspection/_plot/partial_dependence.py
Otherwise, the rendering is good. |
@glemaitre, thanks for your review. |
Thanks @albertvillanova |
Add "See Also" section to plotting functions, display classes and their metrics.
Close #18308.