Articles → MACHINE LEARNING → Classification Report In Machine Learning

Classification Report In Machine Learning






Purpose





Components Of A Classification Report




  1. Precision
  2. Recall
  3. F1-Score
  4. Support



Precision






Picture showing the formula for calculating precision


ParameterDescription
TP (True Positive)The model correctly predicted positive.
FP (False Positive)The model incorrectly predicted positive.





Recall


Actual Positive
Actual Positive means the number of cases in your dataset that truly belong to the positive class, regardless of what the model predicts.






Picture showing the formula for calculating recall


ParameterDescription
FN (False Negative)Actual positives that the model missed




Actual positives (patients with cancer) = 100
Model Predicts:
      80 correctly detected (TP = 80)
      20 missed (FN = 20)


Picture showing calculation of recall using an example





F1-Score


Picture showing the formula for calculating the F1 score



Support







Posted By  -  Karan Gupta
 
Posted On  -  Friday, October 17, 2025

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250