Decision Tree (ID3) Calculator
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 Label | Del |
|---|---|---|---|---|---|
| P1 | |||||
| P2 | |||||
| P3 | |||||
| P4 | |||||
| P5 | |||||
| P6 | |||||
| P7 | |||||
| P8 | |||||
| P9 | |||||
| P10 | |||||
| Target | ? |
Reference: Example Screenshot of a Solved Decision Tree (ID3) Problem
