Learn Before
Concept
Macro-average Recall
Recall (haha pun) that the formula for recall is . To compute the macro-average recall of a multi-class classification, compute for each class, add them together, and then divide by the number of classes. We can summarize this as the following formula:
macro-average recall = , where is the recall of the th class and there are classes.
0
1
Updated 2020-10-04
Tags
Data Science