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 - The original research paper detailing the XGBoost algorithm and its key hyperparameters, which are extensively discussed.
1.12. Gradient Boosting, scikit-learn developers, 2023 - Official scikit-learn user guide describing gradient boosting models, including relevant hyperparameters and their configuration.