Also known as: test
In decision trees, a split is a condition that divides examples into branches based on feature values. Splits determine the structure of the tree and guide how inputs move toward leaves or predictions.
In a decision tree, another name for a condition.