Lesson 3: Decision Trees for Logical Rules
Section outline
-
Lesson Goal: Introduce decision trees as a simple yet powerful machine learning method that learns logical if-then rules from data. Students will see how a decision tree can learn explicit decision rules (like a flowchart) to solve problems, through examples like a spelling rule and a medical prediction. They will also understand how decision trees learn (splitting criteria) and their pros and cons (interpretable but can overfit).