Machine LearningAdvanced Methods

Bagging

Overview

Bootstrap Aggregating — an ensemble method that trains multiple models on random subsets of data and averages their predictions.

More in Machine Learning