This repository provides an example notebook of model stacking on a boston housing prices dataset.
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