File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,15 @@ def auc(x, y):
55
55
Parameters
56
56
----------
57
57
x : ndarray of shape (n,)
58
- x coordinates. These must be either monotonic increasing or monotonic
58
+ X coordinates. These must be either monotonic increasing or monotonic
59
59
decreasing.
60
60
y : ndarray of shape, (n,)
61
- y coordinates.
61
+ Y coordinates.
62
62
63
63
Returns
64
64
-------
65
65
auc : float
66
+ Area Under the Curve.
66
67
67
68
See Also
68
69
--------
Original file line number Diff line number Diff line change 41
41
"sklearn.metrics._classification.log_loss" ,
42
42
"sklearn.metrics._plot.det_curve.plot_det_curve" ,
43
43
"sklearn.metrics._plot.precision_recall_curve.plot_precision_recall_curve" ,
44
- "sklearn.metrics._ranking.auc" ,
45
44
"sklearn.metrics._ranking.coverage_error" ,
46
45
"sklearn.metrics._ranking.dcg_score" ,
47
46
"sklearn.metrics._ranking.label_ranking_average_precision_score" ,
You can’t perform that action at this time.
0 commit comments