How to Develop an AdaBoost Ensemble in Python
Boosting is a class of ensemble machine learning algorithms that involve combining the predictions from many weak learners. A weak learner is a model that is very simple, although has some skill on the dataset. Boosting was a theoretical concept long before a practical algorithm could be developed, and the AdaBoost (adaptive boosting) algorithm was the first successful approach for the idea. The AdaBoost algorithm involves using very short (one-level) decision trees as weak learners that are added sequentially to the ensemble. Each subsequent model attempts to correct the predictions made by the model before it in the sequence.
Jul-21-2020, 06:20:48 GMT
- Country:
- Asia > Philippines > Luzon > National Capital Region > City of Manila (0.04)
- Genre:
- Instructional Material (0.48)
- Technology: