XGBoost Documentation, XGBoost Contributors, 2024 - Official guide to the XGBoost library, covering its native API, DMatrix data structure, hyperparameters, and Scikit-Learn wrapper. A primary resource for API usage.
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 (KDD) (ACM)DOI: 10.1145/2939672.2939785 - Foundational paper introducing the XGBoost algorithm and its design principles, which inform the architecture of its API.