artefactory/mgs-grf
MGS-GRF for imbalanced-mixed-tabular data (AISTATS 2026 and ECML-PKDD 2025)
This tool helps data scientists and machine learning engineers prepare datasets where one outcome is much rarer than others, like identifying fraud or rare diseases. It takes your raw, imbalanced dataset, which can contain both numbers and categories, and generates synthetic data to balance the classes. The output is a larger, balanced dataset ready for training more accurate predictive models.
Available on PyPI.
Use this if you are building machine learning models on datasets where certain outcomes are very rare, and your models struggle to predict these infrequent events accurately.
Not ideal if your dataset is already well-balanced across all target classes or if you are not working with mixed-type (numeric and categorical) tabular data.
Stars
49
Forks
1
Language
Python
License
MIT
Category
Last pushed
Mar 06, 2026
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/artefactory/mgs-grf"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scikit-learn-contrib/imbalanced-learn
A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning
ZhiningLiu1998/imbalanced-ensemble
🛠️ Class-imbalanced Ensemble Learning Toolbox. | 类别不平衡/长尾机器学习库 [NeurIPS'25]
solegalli/machine-learning-imbalanced-data
Code repository for the online course Machine Learning with Imbalanced Data
ZhiningLiu1998/awesome-imbalanced-learning
😎 Everything about class-imbalanced/long-tail learning: papers, codes, frameworks, and libraries...
getspams/spams-python
Python interface for SPAMS (SPArse Modeling Software)