Learn Before
Relation
Strategy used in Bagging
- Sampling with replacement the original dataset to get k different dataset and feed them to k different models. This will ensure the randomness, which implies the independent errors in each model. By averaging the test output of each models, we obtain output with low error.
- Prediction of ensemble is given by arithmetic mean.
0
1
Updated 2021-08-04
Tags
Data Science