← Back to Gallery

Decision Tree Growth

Nodes: 1
Tree Depth: 0
Accuracy: -
Decision Tree Algorithm

• Recursively splits data on features
• Uses information gain/Gini impurity
• Creates axis-aligned decision boundaries
• Green = Class A, Orange = Class B

Watch splits propagate through the tree!