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.