True Label
-
Visualising and building trees, applying pruning, and analysing results
// Code will appear here
Choose the metric to evaluate the quality of a split in the decision tree.
Measures the probability of misclassifying a randomly chosen element.
Measures the level of impurity or disorder in a group.
Choose the maximum depth of the decision tree to control model complexity.
Simple tree
Balanced
Deeper tree
No limit
Interactive traversal animation