Precision
- PREciSIon looks at only on the Predicted Side
- Better Precision means less false positive
[!def] Precision
Tells us out of all predicted cases how much is correct for class A
$$
Precision_A = \frac{TP_A}{TP_A + FP_A}
$$
[!def] Precision
Tells us out of all predicted cases how much is correct for class A
$$
Precision_A = \frac{TP_A}{TP_A + FP_A}
$$