Skip to content

Releases: scikit-learn-contrib/imbalanced-learn

Imbalanced-learn 0.12.3

28 May 15:13
Compare
Choose a tag to compare

Changelog

Compatibility

Imbalanced-learn 0.12.2

31 Mar 19:38
Compare
Choose a tag to compare

Changelog

Bug fixes

Imbalanced-learn 0.12.1

31 Mar 19:37
Compare
Choose a tag to compare

Changelog

Bug fixes

Compatibility

Imbalanced-learn 0.12.0

24 Jan 19:22
Compare
Choose a tag to compare

Changelog

Bug fixes

Compatibility

Deprecations

Enhancements

  • Allows to output dataframe with sparse format if provided as input. #1059 by ts2095.

imbalanced-learn 0.11.0

08 Jul 22:17
Compare
Choose a tag to compare

Changelog

Bug fixes

Compatibility

Deprecation

Enhancements

  • SMOTENC now accepts a parameter categorical_encoder allowing to specify a OneHotEncoder with custom parameters. #1000 by Guillaume Lemaitre.

  • SMOTEN now accepts a parameter categorical_encoder allowing to specify a OrdinalEncoder with custom parameters. A new fitted parameter categorical_encoder_ is exposed to access the fitted encoder. #1001 by Guillaume Lemaitre.

  • RandomUnderSampler and RandomOverSampler (when shrinkage is not None) now accept any data types and will not attempt any data conversion. #1004 by Guillaume Lemaitre.

  • SMOTENC now support passing array-like of str when passing the categorical_features parameter. #1008 by :userGuillaume Lemaitre <glemaitre>.

  • SMOTENC now support automatic categorical inference when categorical_features is set to "auto". #1009 by :userGuillaume Lemaitre <glemaitre>.

imbalanced-learn 0.10.1

07 Jul 11:17
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Fix a regression in over-sampler where the string minority was rejected as an unvalid sampling strategy. #964 by Prakhyath07.

imbalanced-learn 0.10.0

09 Dec 14:24
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Make sure that Substitution is working with python -OO that replaces doc by None. #953 bu Guillaume Lemaitre.

Compatibility

Deprecation

Enhancements

  • Add support to accept compatible NearestNeighbors objects by only duck-typing. For instance, it allows to accept cuML instances. #858 by NV-jpt and Guillaume Lemaitre.

Version 0.9.1

16 May 18:44
Compare
Choose a tag to compare

Compatibility with scikit-learn 1.1.0

Version 0.9.0

16 Jan 15:04
Compare
Choose a tag to compare

Compatibility with scikit-learn 1.0.2

Version 0.8.1

29 Sep 13:11
Compare
Choose a tag to compare

Version 0.8.1

September 29, 2021

Maintenance

Make imbalanced-learn compatible with scikit-learn 1.0. #864 by Guillaume Lemaitre.