What is the primary risk of using K-Nearest Neighbors (KNN) imputation when the feature space is not properly scaled?

Data Science Hard

Data Science — Hard

What is the primary risk of using K-Nearest Neighbors (KNN) imputation when the feature space is not properly scaled?

Key points

  • KNN is distance-based.
  • Unscaled features bias distance calculations.
  • Standardization or normalization is required before KNN imputation.

Ready to go further?

Related questions