Decision Tree (ID3) Calculator

Read the Theory Guide →
Pro-Tip: Analyze the pre-loaded dataset below to see how entropy and information gain are used to split nodes, then verify it against the manual steps in theTheory Page.
Data Point
Class LabelDel
P1
P2
P3
P4
P5
P6
P7
P8
P9
P10
Target?

Reference: Example Screenshot of a Solved Decision Tree (ID3) Problem

Example of Decision Tree (ID3) manual calculation steps generated by StepByStepML