Code QuizIntermediate
Decision Tree Traversal
Find the branching mistake in a decision-tree prediction walk.
A tree is built so samples with value <= threshold belong on the left. What is the bug?
Find the branching mistake in a decision-tree prediction walk.
A tree is built so samples with value <= threshold belong on the left. What is the bug?