Machine Learning

Recall

Of all the actually positive items in the dataset, the proportion that the model correctly identified. Recall measures how completely the model finds all relevant items.

Why It Matters

High recall means the model catches most positive cases. This is critical for applications where missing a case is dangerous, like cancer screening or security threats.

Example

A cancer screening model that correctly identifies 95 out of 100 actual cancer cases — that is 95% recall, but 5 cases were missed.

Think of it like...

Like a search-and-rescue team — high recall means they find almost everyone who needs help, even if they occasionally check on people who are fine (false positives).

Related Terms