Skip to content

imbalanced-learn 0.10.0

Compare
Choose a tag to compare
@glemaitre glemaitre released this 09 Dec 14:24
· 4 commits to 0.10.X since this release

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.