Question: What does accuracy measure in a classification model?
Options:
Correct Answer: The proportion of true results among the total number of cases examined
Solution:
Accuracy is defined as the ratio of correctly predicted instances to the total instances, indicating the overall effectiveness of the model.