Skip to content

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

License

Notifications You must be signed in to change notification settings

4AI/model-stacking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%