Objective: Improve predictions by modeling the output scores of multiple trained models.
- Create a training and a holdout set
- Create n different models on the training set (with some difference among them; e.g., single-tree vs. ensemble vs. logistic regression)
- Make predictions from those models on the holdout set
- Train a model to predict the class based on the other models' predictions