Ensemble methods#
Examples concerning the sklearn.ensemble
module.
Comparing Random Forests and Histogram Gradient Boosting models
Comparing Random Forests and Histogram Gradient Boosting models
Comparing random forests and the multi-output meta estimator
Comparing random forests and the multi-output meta estimator
Hashing feature transformation using Totally Random Trees
Hashing feature transformation using Totally Random Trees
Plot the decision surfaces of ensembles of trees on the iris dataset
Plot the decision surfaces of ensembles of trees on the iris dataset
Prediction Intervals for Gradient Boosting Regression
Prediction Intervals for Gradient Boosting Regression
Single estimator versus bagging: bias-variance decomposition
Single estimator versus bagging: bias-variance decomposition
Visualizing the probabilistic predictions of a VotingClassifier
Visualizing the probabilistic predictions of a VotingClassifier