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
623 stars 138 forks source link

Support for python 3.11 #78

Open detrin opened 11 months ago

detrin commented 11 months ago

Do you plan on adding support for python3.11?

gykovacs commented 11 months ago

Yes, it has been just added. I couldn't create the 0.7.2 release yet as one of the dependencies (metric-learn) struggles with supporting the latest numpy, but it should work by cloning from this repo. As soon as metric-learn is fixed (as far as I know it already is, they just did not release to PyPI yet), I will also release 0.7.2 to PyPI.