Recall
nouncandidate·updated May 13, 2026
No definition recorded.
Framework senses
- §1
- A metric for classification models that answers the following question: Out of all the possible positive labels, how many did the model correctly identify? That is: Recall = True Positive/( True Positive + false Negative)
- §1
- A metric for classification models; identifies the frequency with which a model correctly classifies the true positive items.