Back to Developer Roadmap

Recall

src/data/roadmaps/machine-learning/content/recall@DH33Na9zz_WGmbD-Dxvq1.md

4.0531 B
Original Source

Recall

Recall measures how well a model identifies all the actual positive cases. It answers the question: "Of all the actual positive instances, how many did the model correctly predict as positive?". A high recall means the model is good at minimizing false negatives. The formula for recall is: Recall = True Positives / (True Positives + False Negatives).

Visit the following resources to learn more: