Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 593 Bytes

model_stacking.md

File metadata and controls

14 lines (12 loc) · 593 Bytes

Model Stacking

In a model stack, as introduced by Wolpert (1992), an adjucating model learns the best way to combine the predictions of multiple base models. In MLJ, such models are constructed using the Stack constructor. To learn more about stacking and to see how to construct a stack "by hand" using the Learning Networks described later, see this Data Science in Julia tutorial)

MLJBase.Stack