sklearn.ensemble.GradientBoostingClassifier, scikit-learn developers, 2024 - Provides the official API reference, parameter descriptions, and basic usage examples for GradientBoostingClassifier.
The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, Jerome Friedman, 2009 (Springer) - A comprehensive textbook that provides a detailed mathematical and conceptual explanation of gradient boosting, including its application to various loss functions and connections to statistical models. Chapter 10 is particularly relevant.