Generalized Boosted Models: A guide to the gbm package
Abstract
This article provides an introduction to ensemble statistical procedures as a special case of algorithmic methods. The discussion begins with classification and regression trees (CART) as a didactic device to introduce many of the key issues. Following the material on CART is a consideration of cross-validation, bagging, random forests, and boosting. Major points are illustrated with analyses of real data.
Code References
scikit-learn/scikit-learn
1 file
doc/modules/ensemble.rst
1
.. [R2007] G. Ridgeway (2006). `Generalized Boosted Models: A guide to the gbm
Link copied to clipboard!