Amazon
MLS-C01 · Question #28
Which of the following metrics should a Machine Learning Specialist generally use to compare/evaluate machine learning classification models against each other?
The correct answer is D. Area Under the ROC Curve (AUC). Another benefit of using AUC is that it is classification-threshold-invariant like log loss. https://towardsdatascience.com/the-5-classification-evaluation-metrics-you-must-know-
Modeling
Question
Which of the following metrics should a Machine Learning Specialist generally use to compare/evaluate machine learning classification models against each other?
Options
- ARecall
- BMisclassification rate
- CMean absolute percentage error (MAPE)
- DArea Under the ROC Curve (AUC)
How the community answered
(50 responses)- B4% (2)
- C2% (1)
- D94% (47)
Explanation
Another benefit of using AUC is that it is classification-threshold-invariant like log loss. https://towardsdatascience.com/the-5-classification-evaluation-metrics-you-must-know-
Topics
#Model evaluation#Classification metrics#AUC#Model comparison
Community Discussion
No community discussion yet for this question.