Question: What is a potential drawback of using a very deep Decision Tree?
Options:
Correct Answer: It can lead to overfitting.
Solution:
A very deep Decision Tree can lead to overfitting, where the model learns noise in the training data rather than generalizable patterns.