| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Imbalanced-learn 0.14.2 source code.tar.gz | 2026-06-07 | 533.2 kB | |
| Imbalanced-learn 0.14.2 source code.zip | 2026-06-07 | 682.7 kB | |
| README.md | 2026-06-07 | 731 Bytes | |
| Totals: 3 Items | 1.2 MB | 0 | |
Changelog
Maintenance
- Compatibility with scikit-learn 1.9 #1178 by Guillaume Lemaitre.
Bug fixes
- Raise an informative error in SMOTENC when the provided categorical_encoder does not keep one column per category (e.g. OneHotEncoder(drop=...) or an encoder merging infrequent categories), instead of failing with an opaque zero-size array NumPy error. #1035 by Imran Ahamed.