Version 0.12.0 (Under development)#
Changelog#
Bug fixes#
Fix a bug in
NeighbourhoodCleaningRule
where thekind_sel="all"
was not working as explained in the literature. #1012 by Guillaume Lemaitre.Fix a bug in
NeighbourhoodCleaningRule
where thethreshold_cleaning
ratio was multiplied on the total number of samples instead of the number of samples in the minority class. #1012 by Guillaume Lemaitre.
Deprecations#
Deprecate
estimator_
argument in favor ofestimators_
for the classesCondensedNearestNeighbour
andOneSidedSelection
.estimator_
will be removed in 0.14. #1011 by Guillaume Lemaitre.Deprecate
kind_sel
in:pr:`1012
by Guillaume Lemaitre.