Monday¶
Objectives¶
- Learn about supervised classification and how to use data you have to predict new data.
- Build and understand the Decision Tree Classifier
- Incorporate Pagination into your Django Imager
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
- How to Paginate with Django