How Decision Tree works
At each node the tree evaluates candidate splits using the configured criterion, selects a split, partitions samples, and continues until depth or sample constraints stop further growth.
The main visualizer runs the implemented model in your browser and exposes the stored state, predictions, and metrics instead of substituting fabricated demo numbers.