Precision

The ability of a classification model to identify only the relevant data points. Mathematically, precision is the number of true positives divided by the number of true positives plus the number of false positives. \(\(precision = \frac{TP}{TP + FP}\)\)