Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Imbalanced-learn 0.12.1 source code.tar.gz | 2024-03-31 | 381.1 kB | |
Imbalanced-learn 0.12.1 source code.zip | 2024-03-31 | 530.5 kB | |
README.md | 2024-03-31 | 1.0 kB | |
Totals: 3 Items | 912.6 kB | 0 |
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.