Learn Before
Concept
Macro-average Precision
Recall that the formula for precision is . To compute the macro-average precision 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 precision = , where is the precision of the th class and there are classes.
0
1
Updated 2021-01-29
Tags
Data Science