Skip to content

Imbalanced-learn 0.13.0

Latest
Compare
Choose a tag to compare
@glemaitre glemaitre released this 20 Dec 18:36
1af735e

Changelog

Bug fixes

  • Fix get_metadata_routing in Pipeline such that one can use a sampler with metadata routing. #1115 by @glemaitre.

Compatibility

Deprecations

  • Pipeline now uses check_is_fitted. In 0.15, it will raise an error instead of a warning. #1109 by @glemaitre.

  • algorithm parameter in RUSBoostClassifier is now deprecated and will be removed in 0.14. #1109 by @glemaitre.