Skip to content

Commit ee3124f

Browse files
authored
【Docathon】[Fix note No.5-7] (#7164)
* 删去多余的缩进 * 删去多余的缩进 * fix
1 parent 49e5add commit ee3124f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/api/paddle/metric/Auc_cn.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ Auc
88
.. note::
99
目前只用 Python 实现 Auc,可能速度略慢。
1010

11-
该接口计算 Auc,在二分类(binary classification)中广泛使用。
11+
该接口计算 Auc,在二分类(binary classification)中广泛使用。
1212

13-
该接口创建四个局部变量 true_positives,true_negatives,false_positives 和 false_negatives,用于计算 Auc。为了离散化 AUC 曲线,使用临界值的线性间隔来计算召回率和准确率的值。用 false positive 的召回值高度计算 ROC 曲线面积,用 recall 的准确值高度计算 PR 曲线面积。
13+
该接口创建四个局部变量 true_positives,true_negatives,false_positives 和 false_negatives,用于计算 Auc。为了离散化 AUC 曲线,使用临界值的线性间隔来计算召回率和准确率的值。用 false positive 的召回值高度计算 ROC 曲线面积,用 recall 的准确值高度计算 PR 曲线面积。
14+
15+
参考链接:https://en.wikipedia.org/wiki/Receiver_operating_characteristic#Area_under_the_curve
1416

15-
参考链接:https://en.wikipedia.org/wiki/Receiver_operating_characteristic#Area_under_the_curve
1617

1718
参数
1819
::::::::::::

0 commit comments

Comments
 (0)