Concept
Bagging
Bootstrap aggregation, or bagging, is a way to help construct more powerful prediction models by reducing high variance of a statistical learning method. It is often used to improve the performance of decision trees. In order to reduce the variance, different bootstrapped training data sets are produced (typically taken from a single training data set). It then uses the th bootstrapped training data set to train the method to produce . Afterwards, all the predictions are then averaged in order to get .
0
5
Updated 2020-04-05
Contributors are:
Who are from:
Tags
Data Science