Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 558 Bytes

model_stacking.md

File metadata and controls

13 lines (11 loc) · 558 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 Learning Networks, see this Data Science in Julia tutorial

MLJBase.Stack