
Explanation:
The question asks for a performance metric that represents the ratio of correctly classified items to the total number of classifications (both correct and incorrect). This is the definition of Accuracy.
Accuracy is calculated as: Where correct predictions include both true positives and true negatives, and total predictions include all classifications (true positives, true negatives, false positives, and false negatives). This directly matches the requirement in the question.
Let's evaluate why the other options are not correct:
In Amazon SageMaker, accuracy is a commonly used metric for classification models, especially when classes are balanced, as it provides a straightforward measure of overall model performance. The question specifically describes accuracy's definition, making it the optimal choice.
Ultimate access to all questions.
No comments yet.