- Start: Monday, September 29
- End: Saturday, October 4
Summary
This week, we finish our discuss of decision trees, specifically looking at their application to the classification task. Additionally, Exam 01 is this week!
Learning Objectives
After completing this week, you are expected to be able to:
- Find and evaluate decision tree splits for classification.
- Use decision trees to make predictions for classification tasks using
sklearn
. - Use decision trees to estimate conditional probabilities for classification tasks using
sklearn
.
Topics
- Classification Trees