Applied Predictive Modeling, Max Kuhn, Kjell Johnson, 2013 (Springer)DOI: 10.1007/978-1-4614-6849-3 - A widely referenced book covering various aspects of predictive modeling, including a detailed section on data preprocessing and imputation.
sklearn.impute.SimpleImputer, scikit-learn developers, 2023 - Official documentation for the SimpleImputer class in scikit-learn, detailing its use for mean, median, and mode imputation.