During construction of a decision tree, there are several criteria that can be used to determine when a node should no longer be split into subsets. Which one of the following is NOT applicable?
During construction of a decision tree, there are several criteria that can be used to determine when a node should no longer be split into subsets. Which one of the following is NOT applicable?
- The tree depth reaches a maximum threshold.
- All (or X% of) samples have the same class label.
- The value of the Gini index reaches a maximum threshold.
- The number of samples in the node reaches a minimum threshold.
Get All Week Quiz Answer: