8000 DOC ADD Link from_predictions to both visualization and evaluation gu… · AchrafTasfaout/scikit-learn@ed339d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed339d0

Browse files
DOC ADD Link from_predictions to both visualization and evaluation guides (scikit-learn#31304)
1 parent 2fc4794 commit ed339d0

File tree

< 8000 h2 class="mx-2 f4 prc-Heading-Heading-6CmGO">1 file changed
+5
-0
lines changed

1 file changed

+5
-0
lines changed

sklearn/metrics/_plot/precision_recall_curve.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,11 @@ def from_predictions(
424424
):
425425
"""Plot precision-recall curve given binary class predictions.
426426
427+
For general information regarding `scikit-learn` visualization tools, see
428+
the :ref:`Visualization Guide <visualizations>`.
429+
For guidance on interpreting these plots, refer to the :ref:`Model
430+
Evaluation Guide <precision_recall_f_measure_metrics>`.
431+
427432
Parameters
428433
----------
429434
y_true : array-like of shape (n_samples,)

0 commit comments

Comments
 (0)
0