WEEK 8: CLASSIFICATION

Supervised learning classification, k-NN, Naive Bayes, decision trees, and ensemble methods

November 03, 2025

← All Weeks

Weekly Materials

Additional Notes

Week 8: Classification

Topics Covered

  • Supervised Learning: Classification
  • k-Nearest-Neighbours
  • How to evaluate Classifiers
  • Naive Bayes
  • Decision Trees
  • Combining Models (Boosting, Bagging – if time permits)

Further Reading

  • ISL Ch. 4: Classification
  • ISL Ch. 8: Tree-Based Methods
  • PML Ch. 8.1–8.4: Logistic regression, generative vs discriminative classifiers
  • PML Ch. 8.5: Bayesian logistic regression (optional)