AI Glossary
Recall
Measures how many actual positive cases were successfully identified by a model.
Recall
Overview
Many people assume that if an AI system identifies some positive cases correctly, it must be performing well.
However, another important question needs to be asked:
How many positive cases did the model miss?
This is where recall becomes valuable.
Recall measures how effectively a model finds all relevant positive cases within a dataset. Rather than focusing on how trustworthy positive predictions are, recall focuses on how many true positives are successfully identified.
Imagine a medical screening system designed to identify potential signs of a disease.
If the system successfully detects most people who actually have the condition, it has high recall.
In many real-world situations, missing important cases can be more harmful than generating occasional false alarms.
This is why recall is often prioritized in applications such as healthcare, fraud detection, cybersecurity, and safety monitoring.
A model with high recall captures more of the cases that truly matter.
Understanding recall helps explain why accuracy alone is often insufficient when evaluating AI systems.
Why It Matters
Recall helps organizations understand how many important positive cases are successfully detected.
It is especially valuable when missed cases carry significant consequences.
Real-World Example
A fraud detection system reviews financial transactions.
If it successfully identifies most fraudulent transactions occurring within the system, it has high recall.
Related Concepts
- Precision
- F1 Score
- Confusion Matrix
- Classification
- Model Evaluation