Skip to content
Discussion options

You must be logged in to vote
  1. Precision

Concept: Out of all the positive predictions made, how many were actually correct?

Formula: True Positives / (True Positives + False Positives)

When to prioritize: When False Positives (False Alarms) are costly.

Example: Spam Detection. You want high precision so you don't send critical work emails to the Junk folder.

  1. Recall (Sensitivity)

Concept: Out of all the actual positive cases in the dataset, how many did the model successfully find?

Formula: True Positives / (True Positives + False Negatives)

When to prioritize: When False Negatives (Missed Detections) are catastrophic.

Example: Medical Diagnosis or Fraud Detection. You prefer a model that raises extra alarms over on…

Replies: 1 comment

Comment options

AntonAzer
Jul 21, 2026
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by AntonAzer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant