Machine Learning

Precision

Of all the items the model predicted as positive, the proportion that were actually positive. Precision measures how trustworthy the model's positive predictions are.

Why It Matters

High precision means when the model says 'yes,' you can trust it. This is critical for applications where false alarms are costly, like spam filtering or fraud alerts.

Example

A fraud detection model that flags 100 transactions as fraudulent, of which 90 are actually fraud — that is 90% precision.

Think of it like...

Like a metal detector at the beach — high precision means when it beeps, there is almost always actually metal there, rather than constantly giving false alarms.

Related Terms