haghish/autoEnsemble
autoEnsemble : An AutoML Algorithm for Building Homogeneous and Heterogeneous Stacked Ensemble Models by Searching for Diverse Base-Learners
This tool helps data scientists and machine learning practitioners build highly accurate predictive models, especially when dealing with datasets where one outcome is much rarer than others (imbalanced data). You provide a collection of individual predictive models, and it intelligently combines them into a more robust 'ensemble' model. The output is a superior predictive model that often outperforms any single model you started with.
No commits in the last 6 months.
Use this if you need to create the most accurate classification models possible from existing machine learning models, particularly for situations with imbalanced data where predicting rare events is critical.
Not ideal if you're looking for a simple, single-model solution or if computational time is a severe constraint for your modeling process.
Stars
7
Forks
2
Language
R
License
—
Category
Last pushed
Mar 24, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/haghish/autoEnsemble"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
iamDecode/sklearn-pmml-model
A library to parse and convert PMML models into Scikit-learn estimators.
vecxoz/vecstack
Python package for stacking (machine learning technique)
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