XGBoost: A Scalable Tree Boosting System, Tianqi Chen and Carlos Guestrin, 2016Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (ACM)DOI: 10.1145/2939672.2939785 - Describes the core algorithms of XGBoost, including its regularized objective function, advanced split-finding algorithms, and system optimizations for scalability and efficiency.
XGBoost Documentation, XGBoost Developers, 2024 - Provides current information on XGBoost's design principles, regularization techniques, and efficiency features, complementing the foundational paper with practical details.
Hands-On Machine Learning with Scikit-Learn, Keras, & TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - Offers an accessible explanation of gradient boosting concepts and specifically details XGBoost's improvements like regularization and handling of sparsity, providing a practical perspective.