Data Science with Python — Medium
Key points
- Bagging reduces variance by aggregating predictions from multiple models.
- Boosting reduces bias by focusing on correcting errors of previous models.
- Bagging trains models independently, while boosting trains them sequentially.
Ready to go further?
Related questions
