Question:medium

Statement 1: To evaluate a model's performance, we need either precision or recall.
Statement 2: When the value of both Precision and Recall is 1, the F1 score is 0.

Show Hint

The F1 score is 1 when both precision and recall are 1, reflecting a perfect model performance.
Updated On: Jan 13, 2026
  • Both statement 1 and statement 2 are correct.
  • Both statement 1 and statement 2 are incorrect.
  • Statement 1 is correct, but statement 2 is incorrect.
  • Statement 1 is incorrect, but statement 2 is correct.
Show Solution

The Correct Option is C

Solution and Explanation

Precision and Recall, key metrics for classification model evaluation, assess positive prediction accuracy (Precision) and the capture of all true positive instances (Recall). The F1 score, the harmonic mean of Precision and Recall, reaches 1 when both components are 1, not 0. Therefore, Statement 1 is accurate, and Statement 2 is inaccurate.

Was this answer helpful?
0