Also known as: Node (Decision Tree) Β· Node Decision Tree
In a decision tree, a node is any point in the tree that represents either a condition or a terminal leaf. Internal nodes route examples according to feature-based tests, while leaf nodes provide the resulting prediction or classification.
In a decision tree, any condition or leaf. !A decision tree with two conditions and three leaves. See Decision Trees in the Decision Forests course for more information.