Data Science and Statistics

Precision, explained

Precision measures how many predicted positives are actually positive.
Back to Glossary

Part of the Semantic Notion technical glossary.

Short Definition

Precision measures how many predicted positives are actually positive.

Intuition

Precision asks: when the model says yes, how often is it right?

Technical Definition

Precision is true positives divided by true positives plus false positives.

Example

In spam detection, precision measures how often emails flagged as spam really are spam.

Common Misunderstandings

Precision does not measure how many real positives were found.
Optimizing precision alone can miss many valid positives.

Start here

Need the broader concept map?

Return to the glossary index to move from this definition into adjacent AI, ML, mathematics, and computer science terms.