ZhiningLiu1998/BAT
[ICML'24] BAT: 🚀 Boost Class-imbalanced Node Classification with <10 lines of Code | 从拓扑视角出发10行代码改善类别不平衡节点分类
When classifying items or entities in a network (like papers in a citation graph or users in a social network) where some categories are much rarer than others, this tool improves the accuracy of identifying those rare categories. It takes your existing network data and classification model, then enhances the data's 'connections' to make the rare classes more detectable. The output is a more accurate classification model, especially for those hard-to-find items. It's for data scientists and machine learning engineers working with graph data who need to improve performance on imbalanced classification tasks.
No commits in the last 6 months.
Use this if you are performing node classification on a graph where some classes have very few examples, and your current model struggles to identify them accurately.
Not ideal if your classification problem is not on graph data, or if your dataset is already well-balanced across all classes.
Stars
27
Forks
5
Language
Python
License
MIT
Category
Last pushed
Nov 27, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ZhiningLiu1998/BAT"
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)