5.

K-Nearest Neighbors

easy

Task

Learn K-Nearest Neighbors classification - a simple but powerful algorithm that classifies based on similarity to nearby points.

Instructions

  1. Read through the code and understand the setup
  2. Complete the TODO sections in the code
  3. Click Run or press Ctrl+Enter to execute
  4. Click Done when finished

Concepts

KNeighborsClassifiern_neighborsdistance-based

Documentation

Command Palette

Search for a command to run...