Kizspy Question: 30
(Choose 1 answer)
Which statement is true of tree induction?
A. You want to split the data in a node into subsets that are as homogeneous as possible
B. For each node, splits on all variables are tested to determine the best split for the node.
C. An impurity measure is used to determine the best split for a node.
D. All of these statements are true of tree induction.