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 feb6eb1 commit 4d9a67fCopy full SHA for 4d9a67f
sklearn/metrics/metrics.py
@@ -845,7 +845,8 @@ class or confidence values.
845
846
thresholds : array, shape = [n_thresholds]
847
Decreasing thresholds on the decision function used to compute
848
- fpr and tpr.
+ fpr and tpr. `thresholds[0]` represents no instances being predicted
849
+ and is arbitrarily set to `max(y_score) + 1`.
850
851
See also
852
--------
0 commit comments