model-stacking icon indicating copy to clipboard operation
model-stacking copied to clipboard

Model stacking example on toy dataset using XGBoost, LightGBM and more, combined with mlxtend model stacking.

Open In Colab

Model Stacking for Machine Learning

This repository provides an example notebook of model stacking on a boston housing prices dataset.

Install

For installing inline, like in a Colab notebook:

!pip install lightgbm xgboost scikit-learn pandas mlxtend --upgrade

Else, you can install using the requirements file:

pip install -r requirements.txt