Skip to content

Commit 2efb0e5

Browse files
author
Yibing Liu
committed
cased correction
1 parent 68811bc commit 2efb0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/layers/metric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def accuracy(input, label, k=1, correct=None, total=None):
5454

5555
def auc(input, label, curve='ROC', num_thresholds=200):
5656
"""
57-
**Area Under The Curve (AUC) Layer**
57+
**Area Under the Curve (AUC) Layer**
5858
5959
This implementation computes the AUC according to forward output and label.
6060
It is used very widely in binary classification evaluation.

0 commit comments

Comments
 (0)