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 TPiTP_i and FPiFP_i be the number of true positives and false positives, respectively, in class ii. Given a multi-class classification with nn classes, we can express micro-average precision as the following formula: i=1nTPii=1n(TPi+FPi)\frac{\sum_{i=1}^n TP_i}{\sum_{i=1}^n (TP_i+FP_i)}

0

1

Updated 2026-06-15

Tags

Data Science

Related