September 2019
Intermediate to advanced
420 pages
10h 29m
English
All the ensemble methods we have seen so far share a common design philosophy: to fit multiple individual classifiers to the data and incorporate their predictions with the help of some simple decision rules (such as averaging or boosting) into a final prediction.
Stacking ensembles, on the other hand, build ensembles with hierarchies. Here, individual learners are organized into multiple layers where the output of one layer of learners is used as training data for a model at the next layer. This way, it is possible to successfully blend hundreds of different models.
Unfortunately, discussing stacking ensembles in detail is beyond the scope of this book.
However, these models can be very powerful, as seen, ...
Read now
Unlock full access