sklearn.ensemble.GradientBoostingRegressor, scikit-learn developers, 2024 (scikit-learn project) - Official documentation describing the parameters and methods (.fit(), .predict()) of the GradientBoostingRegressor class, which is central to the section's practical examples.
Greedy Function Approximation: A Gradient Boosting Machine, Jerome H. Friedman, 2001The Annals of Statistics, Vol. 29 (Institute of Mathematical Statistics (IMS))DOI: 10.1214/aos/1013203451 - This seminal paper introduces the Gradient Boosting Machine algorithm, explaining its theoretical foundations and mechanism for sequential error correction, which forms the basis of the discussed models.
The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - A foundational textbook on statistical learning, offering in-depth coverage of ensemble methods, including the theoretical background and practical aspects of gradient boosting.