Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 536 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 536 Bytes

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