Accuracy/f1/precision/recall per classes #1025
Answered
by
SkafteNicki
elk-cloner
asked this question in
Classification
-
Is there any way to get accuracy or other metrics like f1, precision, ... per classes ? For example, consider a segmentation problem, how can I get acc per labels ? |
Beta Was this translation helpful? Give feedback.
Answered by
SkafteNicki
May 12, 2022
Replies: 1 comment
-
Yes, if you set the argument |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Borda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, if you set the argument
average=None
for each metric :]