Question: What is a disadvantage of Decision Trees in real-world applications?
Options:
Correct Answer: They can easily overfit the training data
Solution:
Decision Trees can easily overfit the training data, especially with complex datasets.