Microsoft Azure AI Fundamentals — Question 27

Which metric can you use to evaluate a classification model?

Answer options

Correct answer: A

Explanation

The true positive rate is specifically used to evaluate classification models by measuring the proportion of actual positives that are correctly identified. The other options, such as mean absolute error, coefficient of determination, and root mean squared error, are metrics used for regression models, not classification.