Question: What is a potential drawback of using Decision Trees?
Options:
Correct Answer: They can easily overfit the training data
Solution:
A potential drawback of Decision Trees is that they can easily overfit the training data, especially if not properly pruned.