8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc4794 commit ed339d0Copy full SHA for ed339d0
sklearn/metrics/_plot/precision_recall_curve.py
@@ -424,6 +424,11 @@ def from_predictions(
424
):
425
"""Plot precision-recall curve given binary class predictions.
426
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
+
432
Parameters
433
----------
434
y_true : array-like of shape (n_samples,)
0 commit comments