What is the primary consequence of failing to scale features before applying a K-Nearest Neighbors (KNN) algorithm?

Data Science Medium

Data Science — Medium

What is the primary consequence of failing to scale features before applying a K-Nearest Neighbors (KNN) algorithm?

Key points

  • KNN is distance-based
  • Unscaled features bias distance metrics
  • Feature scaling is mandatory for distance-based models

Ready to go further?

Related questions