February 2019
Beginner to intermediate
382 pages
10h 1m
English
Bootstrap aggregating or bagging is an algorithm introduced by Leo Breiman in 1994, which applies bootstrapping to machine learning problems. Bootstrapping is a statistical procedure that creates datasets from existing data by sampling with replacement. Bootstrapping can be used to analyze the possible values that arithmetic mean, variance, or other quantity can assume.
The algorithm aims to reduce the chance of overfitting with the following steps:
The following diagram illustrates the steps for bagging, using classification as an ...