Skip to content

0.4.2

Compare
Choose a tag to compare
@glemaitre glemaitre released this 21 Oct 12:51
· 4 commits to 0.4.X since this release

Version 0.4.2

Bug fixes

  • Fix a bug in imblearn.over_sampling.SMOTENC in which the the median of the standard deviation instead of half of the median of the standard deviation. By Guillaume Lemaitre in #491.
  • Raise an error when passing target which is not supported, i.e. regression target or multilabel targets. Imbalanced-learn does not support this case. By Guillaume Lemaitre in #490.