Bagging is an ML ensemble meta-algorithm designed to improve stability and accuracy of ML algorithms. It “increases” the size of the dataset by sampling small subsets of the original dataset many times and collecting them to a new larger dataset based on the original.
Next: Base Learner