← Back to Study Guide

Decision Tree Builder

Build decision trees step by step and see how splits are chosen

Chapter 18 · Decision Trees

How It Works

Decision trees partition the feature space using axis-aligned splits. At each node, the algorithm selects the feature and threshold that maximizes information gain (or minimizes Gini impurity). Use Step to add one split at a time, or Build Tree to construct the full tree.

Tree Structure
Data Space
Tree Depth
0
Nodes
0
Leaves
0
Accuracy
--
Event Log