Recall
- RecALL looks at ALL side
- Same as Sensitivity
- Same as True Positive Rate
- Better Recall means less False Negatives
[!def] Recall
Recall tells us out of all class A observations, how much is correctly predicted
$$
Recall_A = \frac{TP_A}{TP_A + FN_A}
$$