Ensemble Methods#

To increase overall prediction quality we could train several different models and somehow aggregate their prediction results. There are many different ways to realize this idea. Machine learning methods exploiting more than one trained model are called ensemble methods. Here we consider three classes of ensemble methods: stacking, bootstrap aggregation (bagging), boosting.

Related projects: