Greedy Function Approximation: A Gradient Boosting Machine, Jerome H. Friedman, 2001The Annals of Statistics, Vol. 29DOI: 10.1214/aos/1013203451 - This foundational paper introduces the Gradient Boosting Machine (GBM) algorithm, detailing its theoretical underpinnings as a greedy optimization in function space and its general application.
Applied Predictive Modeling, Max Kuhn and Kjell Johnson, 2013 (Springer)DOI: 10.1007/978-1-4614-6849-3 - This book offers a practical, applied perspective on predictive modeling techniques, providing a clear explanation of GBM and considerations for its implementation in real-world scenarios.