Wednesday¶
Objectives¶
- Learn about supervised classification and how to use data you have to predict new data.
- Get introduced to unsupervised classification algorithms and how they’re used
- Build and understand the Decision Tree Classifier
Readings¶
- The first 3 sections of this chapter
- Decision Tree Learning
- Sections 3.1 through 3.3 of this chapter
- How to Implement the Decision Tree Algorithm from Scratch in Python