Blending Ensemble Machine Learning With Python - MachineLearningMastery.com

Blending is an ensemble machine learning algorithm. It is a colloquial name for stacked generalization or stacking ensemble where instead of fitting the meta-model on out-of-fold predictions made b...

By · · 1 min read
Blending Ensemble Machine Learning With Python - MachineLearningMastery.com

Source: MachineLearningMastery.com

Blending is an ensemble machine learning algorithm. It is a colloquial name for stacked generalization or stacking ensemble where instead of fitting the meta-model on out-of-fold predictions made by the base model, it is fit on predictions made on a holdout dataset. Blending was used to describe stacking models that combined many hundreds of predictive […]