Question: What is the main disadvantage of using a Decision Tree?
Options:
Correct Answer: High variance
Solution:
Decision Trees are prone to high variance, meaning they can overfit the training data and perform poorly on unseen data.