AI-900 · Question #9
AI-900 Question #9: Real Exam Question with Answer & Explanation
The correct answer is A: true positive rate. What does a good model look like? An ROC curve that approaches the top left corner with 100% true positive rate and 0% false positive rate will be the best model. A random model would display as a flat line from the bottom left to the top right corner. Worse than random would dip
Question
Which metric can you use to evaluate a classification model?
Options
- Atrue positive rate
- Bmean absolute error (MAE)
- Ccoefficient of determination (R2)
- Droot mean squared error (RMSE)
Explanation
What does a good model look like? An ROC curve that approaches the top left corner with 100% true positive rate and 0% false positive rate will be the best model. A random model would display as a flat line from the bottom left to the top right corner. Worse than random would dip below the y=x line. https://docs.microsoft.com/en-us/azure/machine-learning/how-to-understand-automated- ml#classification
Topics
Community Discussion
No community discussion yet for this question.