sklearn.impute.KNNImputer, scikit-learn developers, 2023 - Official documentation for the KNNImputer class in scikit-learn, providing detailed usage, parameters, and examples.
Missing value estimation methods for DNA microarray gene expression data, Olga Troyanskaya, Michael Cantor, Gavin Sherlock, Pat Brown, Trevor Hastie, Robert Tibshirani, David Botstein, Russ B. Altman, 2001Bioinformatics, Vol. 17 (Oxford University Press)DOI: 10.1093/bioinformatics/17.6.520 - A seminal paper that introduced and evaluated KNN-based imputation as an effective method for handling missing data, particularly in high-dimensional biological datasets.
Applied Predictive Modeling, Max Kuhn, Kjell Johnson, 2013 (Springer)DOI: 10.1007/978-1-4614-6849-3 - A textbook covering data preprocessing, feature engineering, and predictive modeling, with discussions on various imputation strategies and their considerations.