FlashcardIntermediate
How Decision Trees Split
Trees split data at each node using a criterion that best separates the classes.
Question
How does a decision tree decide where to split?
Click to reveal answer
Trees split data at each node using a criterion that best separates the classes.
How does a decision tree decide where to split?