
Answer-first summary for fast verification
Answer: Model A is better than Model B for imbalanced datasets, because it has a higher recall.
The F1 score is the harmonic mean of precision and recall, and a higher F1 score indicates a better balance between precision and recall. However, in the context of imbalanced datasets, where one class is significantly underrepresented, a higher recall is more important than precision. In such cases, a model with a higher recall, like Model A, would be more suitable as it is better at identifying the underrepresented class. Therefore, Model A is better than Model B for imbalanced datasets because it has a higher recall.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In a classification problem, you are comparing the performance of two models using the F1 score. Model A has an F1 score of 0.85, while Model B has an F1 score of 0.90. However, you notice that Model A has a higher recall than Model B. Which of the following statements is true, and why?
A
Model A is better than Model B because it has a higher recall.
B
Model B is better than Model A because it has a higher F1 score.
C
Model A is better than Model B for imbalanced datasets, because it has a higher recall.
D
Model B is better than Model A for balanced datasets, because it has a higher F1 score.