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 4c453e9 commit f16de74Copy full SHA for f16de74
sklearn/metrics/_ranking.py
@@ -183,6 +183,10 @@ def average_precision_score(
183
roc_auc_score : Compute the area under the ROC curve.
184
precision_recall_curve : Compute precision-recall pairs for different
185
probability thresholds.
186
+ PrecisionRecallDisplay.from_estimator : Plot the precision recall curve
187
+ using an estimator and data.
188
+ PrecisionRecallDisplay.from_predictions : Plot the precision recall curve
189
+ using true and predicted labels.
190
191
Notes
192
-----
0 commit comments