What is the effect of using K-Nearest Neighbors (KNN) imputation on a dataset with high-dimensional feature space?

Data Science Hard

Data Science — Hard

What is the effect of using K-Nearest Neighbors (KNN) imputation on a dataset with high-dimensional feature space?

Key points

  • KNN relies on distance metrics.
  • High dimensions degrade distance metric effectiveness.
  • Computational cost of KNN is high for large datasets.

Ready to go further?

Related questions