Answer Posted / Saurabh Gaur
Bagging (Bootstrap Aggregating) is an ensemble learning technique that combines multiple models to improve the predictive performance and reduce overfitting. Bagging trains multiple models on different subsets of the training data created by random sampling with replacement, reducing correlation among the individual models.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers