How does boosting reduce bias in a machine learning model?

  • By averaging the predictions of many models
  • By focusing on one strong model
  • By training only on the easiest examples
  • By training sequentially on misclassified examples
Boosting reduces bias by training models sequentially, with each model focusing on the examples that were misclassified by the previous ones. This iterative correction process reduces bias and enhances the overall performance of the model.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *