XGBoost: A Scalable Tree Boosting System, Tianqi Chen, Carlos Guestrin, 2016Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (ACM)DOI: 10.1145/2939672.2939785 - Original research paper introducing XGBoost, detailing its sparsity-aware split finding algorithm for missing values.
Missing Value Support, XGBoost Contributors, 2024 - Official XGBoost documentation explaining its built-in handling of missing values and practical usage.
Applied Predictive Modeling, Max Kuhn and Kjell Johnson, 2013 (Springer)DOI: 10.1007/978-1-4614-6849-3 - A well-regarded textbook providing background on data preprocessing techniques, including imputation strategies and their implications.