Skip to content

Week 3 - k-Nearest Neighbors

Learning Objectives

After today's class, you should be able to:

  • Understand the k-Nearest Neighbor (kNN) algorithm for classification tasks, enabling the extraction of insights by analyzing patterns in labeled data.
  • Apply the k-Nearest Neighbors (k-NN) algorithm manually to a small dataset, including scaling the data, to understand how distance calculations determine the predicted outcome.

Class Agenda

Task List

Additional Resources