What is the difference between bagging and boosting in ensemble learning?
Bagging increases model diversity, boosting decreases it
Bagging trains models sequentially, boosting trains them in parallel
Bagging combines predictions using voting, boosting combines predictions using weighted averaging
Bagging trains each model independently, boosting focuses on examples misclassified by previous models
This question is part of this quiz :
Machine Learning Quiz Questions and Answers