Overview
Direct Answer
Precision is the fraction of instances predicted as positive by a machine learning model that are actually positive, calculated as true positives divided by all positive predictions (true positives plus false positives). It measures the model's ability to avoid false positive errors rather than overall correctness.
How It Works
The metric evaluates classification performance by isolating the reliability of positive predictions. When a model classifies an instance as positive, precision answers whether that prediction is trustworthy. A model with 90% precision means that of all instances labelled positive, 90% are genuinely positive; the remaining 10% are false alarms incorrectly assigned to the positive class.
Why It Matters
High precision is critical when false positives carry significant consequences—medical diagnosis errors that alarm patients unnecessarily, spam filters that block legitimate emails, or fraud detection systems triggering costly investigations. Organisations prioritise precision to reduce operational costs, maintain user trust, and minimise downstream harm from incorrect positive classifications.
Common Applications
Precision guides model evaluation in email spam detection, where false positives (legitimate emails marked spam) frustrate users; medical screening programmes, where false positives necessitate expensive confirmatory testing; and credit approval systems, where incorrectly approving applications creates financial exposure. It is routinely analysed alongside recall in imbalanced classification tasks.
Key Considerations
Precision alone provides incomplete performance assessment; a model achieving 100% precision by predicting almost nothing as positive offers limited utility. Practitioners must balance precision against recall and consider domain-specific cost structures, as optimising for high precision often reduces overall detection sensitivity.
Cited Across coldai.org12 pages mention Precision
Industry pages, services, technologies, capabilities, case studies and insights on coldai.org that reference Precision — providing applied context for how the concept is used in client engagements.
Referenced By3 terms mention Precision
Other entries in the wiki whose definition references Precision — useful for understanding how this concept connects across Artificial Intelligence and adjacent domains.
More in Artificial Intelligence
AI Governance
Safety & GovernanceThe frameworks, policies, and regulations that guide the responsible development and deployment of AI technologies.
State Space Search
Reasoning & PlanningA method of problem-solving that represents all possible states of a system and searches for a path from initial to goal state.
Edge AI
Foundations & TheoryArtificial intelligence algorithms processed locally on edge devices rather than in centralised cloud data centres.
Commonsense Reasoning
Foundations & TheoryThe AI capability to make inferences based on everyday knowledge that humans typically take for granted.
AI Ethics
Foundations & TheoryThe branch of ethics examining moral issues surrounding the development, deployment, and impact of artificial intelligence on society.
AI Fairness
Safety & GovernanceThe principle of ensuring AI systems make equitable decisions without discriminating against any group based on protected attributes.
Artificial Intelligence
Foundations & TheoryThe simulation of human intelligence processes by computer systems, including learning, reasoning, and self-correction.
Causal Inference
Training & InferenceThe process of determining cause-and-effect relationships from data, going beyond correlation to establish causation.