Back to Home

Decision Tree Analyzer

Learn how decision trees split data using entropy and information gain

Split Configuration

Split: feature15 vs feature1 > 5

Results

Parent Entropy: 1.0000

Information Gain: 1.0000

Quality: Excellent Split

Split Distribution

Left Branch (feature15): 4 samples

Entropy: 0.0000

Labels: A, A, A, A

Right Branch (feature1 > 5): 4 samples

Entropy: 0.0000

Labels: B, B, B, B

Dataset (8 samples)

Add New Data Point

#Feature 1Feature 2LabelAction
123A
234A
343A
487B
598B
689B
755A
866B

Sample Datasets