Hanson0910 / Pytorch-RIADD

1st solution for Retinal Image Analysis for multi-Disease Detection Challenge(RIADD (ISBI-2021))
Apache License 2.0
25 stars 4 forks source link

metrics #1

Open linmumuzf opened 3 years ago

linmumuzf commented 3 years ago

Dear Sir, how to calculate the precision about multi-label classification?

Hanson0910 commented 3 years ago

Dear Sir, how to calculate the precision about multi-label classification?

you can use roc_auc_score

linmumuzf commented 3 years ago

roc_auc_score is used to calculate the auc score. how about calculating the precision?

Hanson0910 commented 3 years ago

roc_auc_score is used to calculate the auc score. how about calculating the precision? You can refer to https://www.kaggle.com/c/ranzcr-clip-catheter-line-classification/overview/evaluation