Imbalanced-learn 0.13.0
Changelog
Bug fixes
- Fix
get_metadata_routinginPipelinesuch that one can use a sampler with metadata routing. #1115 by @glemaitre.
Compatibility
- Compatibility with scikit-learn 1.6. #1109 by @glemaitre.
Deprecations
-
Pipelinenow usescheck_is_fitted. In 0.15, it will raise an error instead of a warning. #1109 by @glemaitre. -
algorithmparameter inRUSBoostClassifieris now deprecated and will be removed in 0.14. #1109 by @glemaitre.