Why are trees deemed fit for boosting?
Trees deemed fit for boosting
On this page
Boosting
Following are the reasons that make trees ideal for Boosting:
- Since Decision Trees uses greedy approach, they’re computationally scalable
- Robust to outliers
- Unaffected by missing values
- Feature scaling is not needed
- Interpretable for small Boosting models
- Work with both categorical and continuous variables