【发布时间】:2018-03-20 23:47:08
【问题描述】:
我想确保我绘制了精确召回曲线。我有以下数据: 召回 = [0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0] 精度 = [1, 1, 0.8, 0.7, 0.80, 0.65, 0.60, 0.72, 0.60, 0.73, 0.75] interpolated_precision = [1, 1, 0.80, 0.80, 0.80, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75] 并准备好如下图 precision-recall curve
我不确定它是否正确,因为我看到过有抖动的数字。这里有一个例子: enter image description here 如果有人能确认天气是否错误,我会很高兴。
【问题讨论】:
标签: information-retrieval data-science precision-recall