diff --git a/python/paddle/fluid/layers/metric.py b/python/paddle/fluid/layers/metric.py index ed2f05e5a9b4cb6c62c9da1699071ffa98e9f008..0a978eaa3740209f407973480057e2272abe5773 100644 --- a/python/paddle/fluid/layers/metric.py +++ b/python/paddle/fluid/layers/metric.py @@ -54,7 +54,7 @@ def accuracy(input, label, k=1, correct=None, total=None): def auc(input, label, curve='ROC', num_thresholds=200): """ - **Area Under The Curve (AUC) Layer** + **Area Under the Curve (AUC) Layer** This implementation computes the AUC according to forward output and label. It is used very widely in binary classification evaluation.