From 2efb0e5b70b2291151a14963813f7a968cad797a Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Fri, 15 Jun 2018 05:22:16 -0700 Subject: [PATCH] cased correction --- python/paddle/fluid/layers/metric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/fluid/layers/metric.py b/python/paddle/fluid/layers/metric.py index ed2f05e5a9..0a978eaa37 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. -- GitLab