January 10, 2021
Stacking is different from bagging in two aspects:
- Each subset is trained using a different algorithm
- Instead of aggregation a meta learner model is used for combining the outputs of different models.
- It takes larger computation time than bagging.
by : Monis Khan
Quick Summary:
Stacking is different from bagging in two aspects: Each subset is trained using a different algorithm Instead of aggregation a meta learner model is used for combining the outputs of different models. It takes larger computation time than bagging.