Learn Before
Concept

Common Boosting algorithm

Boosting algorithms are methods to help transform weak learners to stronger learners. There are 3 common boosting algorithms used in data science:

  1. AdaBoosting (Adaptive Boosting)
  2. GradientBoosting
  3. XGBoost (Extreme Gradient Boosting)

0

5

Updated 2021-02-20

Tags

Data Science