mlstacking is a Python module for sklearn-API friendly multi-layer stacking


Keywords
stacking, multi-layer, ensemble-learning, sklearn-api
License
BSD-1-Clause
Install
pip install mlstacking==0.3.1

Documentation

mlstacking

mlstacking is a Python module for sklearn-API friendly multi-layer stacking built on top of scikit-learn and distributed under the 3-Clause BSD license.

Installtion

Dependencies
User installation

If you already have a working installation of numpy and scipy, the easiest way to install mlstacking is using pip

pip install mlstacking

Help and Support

Documentation

HTML documentation (stable release): https://mlstacking.readthedocs.io/