Tree Ensembles: Random Forests and Gradient Boosting
Was this section helpful?
Random Forests, Leo Breiman, 2001Machine Learning, Vol. 45DOI: 10.1023/A:1010933404324 - This foundational paper introduces the Random Forest algorithm, detailing its construction using bagging and random feature selection.
1.11. Ensemble methods, scikit-learn developers, 2023 (scikit-learn project) - Provides practical details and conceptual explanations of Random Forests, Gradient Boosting, and other ensemble methods as implemented in the scikit-learn library.