October 2018
Intermediate to advanced
172 pages
4h 6m
English
The concept of ensemble learning was explored in this chapter, when we learned about random forests, AdaBoost, and gradient boosted trees. However, this concept can be extended to classifiers outside of trees.
If we had built a logistic regression, random forest, and k-nearest neighbors classifiers, and we wanted to group them all together and extract the final prediction through majority voting, then we could do this by using the ensemble classifier.
This concept can be better understood with the aid of the following diagram:

When examining the
Read now
Unlock full access