
Ultimate access to all questions.
You have trained a custom image classification model using Azure AI Vision and evaluated its performance using various metrics. You find that the model's precision is high, but its recall is low. What does this indicate about the model's performance?
A
The model is overfitting the training data.
B
The model is underfitting the training data.
C
The model is missing some positive instances but correctly classifying the majority of them.
D
The model is correctly classifying all instances but has a high false positive rate.