AUROC for Multi-Label Classification with binary targets #512
-
Hi everyone, I initialize the AUROC: Is there a way to implement the exisitng AUROC on my problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
in your second column of your target tensor you have pure zeros, which means that for that label we cannot compute the auroc score because the score is undefined when we do not have both 0 and 1 in the target tensor |
Beta Was this translation helpful? Give feedback.
-
I am also facing the same issue. I am using only those samples where at least one example is positive, and my classes are pretty large ( ~250 ). What is the possible solution for this? |
Beta Was this translation helpful? Give feedback.
in your second column of your target tensor you have pure zeros, which means that for that label we cannot compute the auroc score because the score is undefined when we do not have both 0 and 1 in the target tensor