Imbalance in scikit-learn

前端 未结 5 565
北恋
北恋 2021-01-31 08:35

I\'m using scikit-learn in my Python program in order to perform some machine-learning operations. The problem is that my data-set has severe imbalance issues.

Is anyone

5条回答
  •  长情又很酷
    2021-01-31 09:07

    I found one other library here which implements undersampling and also multiple oversampling techniques including multiple SMOTE implementations and another which uses SVM:

    A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning

提交回复
热议问题