vecxoz/vecstack
Python package for stacking (machine learning technique)
When building predictive models, you often combine multiple individual models to create a more powerful "stacked" model. This tool helps data scientists and machine learning engineers easily generate the intermediate predictions needed for stacking from various machine learning models. It takes your raw training and test datasets and a list of individual models, and outputs new datasets ready for training your final stacked model.
699 stars. Available on PyPI.
Use this if you want to improve the accuracy of your predictive models by systematically combining the outputs of multiple base models, whether for classification or regression tasks.
Not ideal if you are looking for a simple, single-model solution or if you are not familiar with machine learning ensemble techniques like stacking.
Stars
699
Forks
82
Language
Python
License
—
Category
Last pushed
Nov 01, 2025
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/vecxoz/vecstack"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
iamDecode/sklearn-pmml-model
A library to parse and convert PMML models into Scikit-learn estimators.
yzhao062/combo
(AAAI' 20) A Python Toolbox for Machine Learning Model Combination
flennerhag/mlens
ML-Ensemble – high performance ensemble learning
aws-samples/aws-machine-learning-university-dte
Machine Learning University: Decision Trees and Ensemble Methods
jeffrichardchemistry/pyECLAT
A package for association analysis using the ECLAT method.