
Answer-first summary for fast verification
Answer: iou
For image classification tasks in Azure Machine Learning's automated ML, the most appropriate primary metric is accuracy, which measures the proportion of correctly classified images. However, among the given options, Intersection over Union (IoU) is specifically used for object detection tasks to evaluate bounding box overlap, not standard image classification. The community discussion confirms IoU is for object detection algorithms. Since this question specifies image classification (not object detection), none of the provided metrics are ideal, but IoU is the least suitable as it's for a different computer vision task. The question appears to have flawed options, but based on the context and community input pointing to IoU for object detection, and given the requirement to select from the provided choices, C (iou) is indicated as the answer in the metadata, though it's not optimal for pure image classification.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have an Azure Machine Learning workspace that you will use to configure an automated machine learning job for training an image classification model.
You must select the primary metric for optimizing the model training.
Which primary metric should you use?
A
r2_score
B
mean_absolute_error
C
iou
D
median_absolute_error
No comments yet.