Learn Before
Concept
Micro-Average Precision
We can compute micro-average precision by dividing the number of true positives across all classes by the sum of true positives and false positives across all classes.
More formally, let and be the number of true positives and false positives, respectively, in class . Given a multi-class classification with classes, we can express micro-average precision as the following formula:
micro-average precision =
0
1
Updated 2021-01-29
Tags
Data Science