
Answer-first summary for fast verification
Answer: Model B is better for imbalanced datasets, because it has a higher precision at a high recall level.
The area under the precision-recall curve (AUPRC) is a useful metric for comparing the performance of classification models, especially in cases of imbalanced datasets. However, it does not provide information about the trade-off between precision and recall at different levels of recall. In this case, Model A has a higher AUPRC, indicating better overall performance. However, it has a lower precision at a high recall level compared to Model B. This means that Model B is better at classifying positive instances with high confidence when the recall is high, which is particularly important in imbalanced datasets where the positive class is underrepresented. Therefore, Model B is better for imbalanced datasets because it has a higher precision at a high recall level.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In a classification problem, you are comparing the performance of two models using the precision-recall curve. Model A has an area under the precision-recall curve (AUPRC) of 0.95, while Model B has an AUPRC of 0.85. However, you notice that Model A has a lower precision at a high recall level compared to Model B. Which of the following statements is true, and why?
A
Model A is better than Model B because it has a higher AUPRC.
B
Model B is better than Model A because it has a higher precision at a high recall level.
C
Model A is better for imbalanced datasets, because it has a higher AUPRC.
D
Model B is better for imbalanced datasets, because it has a higher precision at a high recall level.
No comments yet.