Recall

The ratio of true positive predictions to all actual positive instances, measuring a model's ability to find all relevant instances in a dataset. Also called sensitivity.

In Plain Language

Of all the actual positives, how many did the AI catch? If there were 100 spam emails and the filter caught 80 of them, its recall is 80%. Also called sensitivity.