ixp
latest
false
UiPath logo, featuring letters U and I in white

Communications Mining 用户指南

上次更新日期 2025年10月7日

精度

Precision measures the proportion of the predictions the model makes that were actually correct. This means that it identifies what proportion were true positives of all the positive predictions that the model made.

Precision = true positives / (true positives + false positives)

例如,对于数据集中每 100 条预测为具有“请求信息”标签的消息,精度指的是正确预测“信息请求”标签的次数占总预测次数的百分比。

95% 的精度意味着每 100 条预测为具有特定标签的消息,其中 95 条会被正确标注,而 5 条会被错误地标注,这意味着它们不应该使用该标签进行标注。

For a more detailed explanation on how precision works, check Precision and recall explained.

平均精度 (AP)

单个标签的AP分数计算为该标签在每个召回值(0 到 100% 之间)的所有精度分数的平均值。

本质上,平均精度衡量的是模型在该标签的所有置信度阈值上的执行情况。

平均精度 (MAP)

MAP是衡量模型整体性能的最有用方法之一,也是相互比较不同模型版本的简便方法。

MAP分数取分类中每个标签的平均精度分数的平均值,该标签在“验证”使用的训练集中至少包含 20 个示例。

Typically, the higher the MAP score, the better the model is performing overall, although, this is not the only factor that should be considered when understanding how healthy a model is. It is also important to know that your model is unbiased and has high coverage.

召回率平均精度

召回率平均精度是另一个显示模型整体性能的指标。 它以图形方式表示为分类中所有标签的平均召回率曲线。



  • 平均精度 (AP)
  • 平均精度 (MAP)
  • 召回率平均精度

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo
信任与安全
© 2005-2025 UiPath。保留所有权利。