精确度和召回率在AWS Autopilot中

huangapple go评论67阅读模式
英文:

Precision and recall at AWS Autopilot

问题

我已在AWS Autopilot上运行了一个自动ML作业,使用F1指标。我也想查看精确度和召回率的值。如何?

英文:

I've run an automl job at AWS Autopilot using the F1 metric. I'd like to see the value of precision and recall too. How?

答案1

得分: 0

根据所使用的算法,它们可能会在排名前几位的候选模型的训练日志中可见。

您还可以将测试集保留在一边,然后使用它来计算已训练模型的精确度、召回率和其他度量指标。

英文:

Depending on the algo used, they might be visible in the training log of the top candidate.

What you could also do is keep a test set on the side, and use it to compute precision, recall and other metrics on the trained model.

huangapple
  • 本文由 发表于 2020年1月7日 00:23:14
  • 转载请务必保留本文链接:https://go.coder-hub.com/59615549.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定