Question
Which split is preferred by a greedy decision-tree algorithm?
Select an option. Your answer will be checked instantly.
Correct Answer: B. The split giving the best immediate impurity reduction
Explanation:
Standard tree induction makes locally optimal choices at each node.
It does not usually search every possible complete tree.
Leave a Reply