多标签分类评估方式(Metrics for measuring the prediction quality of a multi-label system)

Metrics for measuring the prediction quality of a multi-label system

大多数情况下,机器学习,深度学习中我们经常面对的分类问题大多是二分类,多类问题,但是有时候我们也会有多标签分类问题的产生。

对于多标签分类问题,我们需要一个合理客观的评价这个分类器好坏的方式,在这里根据 Some remarks on predicting multi-label attributes in molecular biosystems Kuo-Chen Chou老师的论文复现了里面讲到的评估方式(Aiming,Coverage,Accuracy,AbsoluteTrue,AbsoluteFalse),能够较全面的对多标签分类问题进行评估,供大家参考。(这个评估标准基于生物医学的背景下,若有问题,大家一起交流学习)

def Aiming(y_hat, y):
    '''
    the “Aiming” rate (also called “Precision”) is to reflect the average ratio of the 
    correctly predicted labels over the predicted labels; to measure the percentage 
    of the predicted labels that hit
  • 2
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 6
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值