
Ultimate access to all questions.
In a classification problem, you are comparing the performance of two models using the recall metric. Model A has a recall of 0.90, while Model B has a recall of 0.85. However, you notice that Model A has a lower precision 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 precision.
C
Model A is better for imbalanced datasets, because it has a higher recall.
D
Model B is better for balanced datasets, because it has a higher precision.