yzhao062/combo
(AAAI' 20) A Python Toolbox for Machine Learning Model Combination
This tool helps data practitioners combine multiple machine learning models and their predictions to achieve more robust and accurate results. You input the results from several individual classification, clustering, or anomaly detection models, and it produces a consolidated, improved prediction. This is ideal for data scientists, machine learning engineers, and researchers looking to enhance their model performance.
661 stars. Used by 2 other packages. No commits in the last 6 months. Available on PyPI.
Use this if you have built several machine learning models for a task and want to combine their strengths to get a single, more reliable outcome.
Not ideal if you are just starting with machine learning and need to train individual models from scratch, as this tool focuses on combining existing model outputs.
Stars
661
Forks
105
Language
Python
License
BSD-2-Clause
Category
Last pushed
Jan 14, 2023
Commits (30d)
0
Reverse dependents
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/yzhao062/combo"
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.
vecxoz/vecstack
Python package for stacking (machine learning technique)
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.