analyticalmindsltd / smote_variants

A collection of 85 minority oversampling techniques (SMOTE) for imbalanced learning with multi-class oversampling and model selection features
http://smote-variants.readthedocs.io
MIT License
631 stars 137 forks source link

I got this error when I used polynom_fit_SMOTE. #86

Closed YanYes closed 5 months ago

YanYes commented 5 months ago

"AttributeError: module 'smote_variants' has no attribute 'polynom_fit_SMOTE'". All other modules could be used, but this one reported an error. python version is 3.11 numpy version is 1.24.3