Question: Which evaluation metric is commonly used to assess the performance of a Decision Tree classifier?
Options:
Correct Answer: Accuracy.
Solution:
Accuracy is a common evaluation metric for classifiers, including Decision Trees, as it measures the proportion of correctly predicted instances.