Lecture 5 - Decision Tree
Lecture 5 - Decision Tree
Since 2004
Hanoi, 09/2023
Outline
● Decision Tree Examples
● Decision Tree Algorithms
● Methods for Expressing Test Conditions
● Measures of Node Impurity
○ Gini index
○ Entropy
○ Gain Ratio
○ Classification Error
Source: https://regenerativetoday.com/simple-explanation-on-how-decision-tree-algorithm-makes-decisions/
● Various Algorithms
○ Hunt’s Algorithm (one of the earliest)
○ CART
○ ID3, C4.5
○ SLIQ, SPRINT
● Binary split:
○ Divides values into two subsets
● Binary split:
○ Divides values into two subsets
This grouping
violates order
property
● Entropy
● Misclassification error
Thank you