Question
Why can small changes in training data produce a different decision tree?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Trees are high-variance learners whose early split choices affect later structure
Explanation:
A modest change can alter the best root split and cascade through the tree.
Ensemble methods reduce this instability.
Leave a Reply