Imbalanced-learn 0.12.1
Changelog
Bug fixes
- Fix a bug in InstanceHardnessThreshold where estimator could not be a Pipeline object. #1049 by Gonenc Mogol.
Compatibility
- Do not use distutils in tests due to deprecation. #1065 by Michael R. Crusoe.
- Fix the scikit-learn import in tests to be compatible with version 1.4.1.post1. #1073 by Guillaume Lemaitre.
- Fix test to be compatible with Python 3.13. #1073 by Guillaume Lemaitre.