Skip to content

Commit 279190c

Browse files
author
Guillaume Lemaitre
committed
Update the history
Conflicts: doc/whats_new.rst
1 parent d51169e commit 279190c

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

doc/whats_new.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,37 @@ Bug fixes
2020
- Fixed a bug in :class:`under_sampling.NearMiss` which was not picking the right samples during under sampling for the method 3. By `Guillaume Lemaitre`_.
2121
- Fixed a bug in :class:`ensemble.EasyEnsemble`, correction of the `random_state` generation. By `Guillaume Lemaitre`_ and `Christos Aridas`_.
2222
- Fixed a bug in :class:`ensemble.BalanceCascade`, solve the issue to obtain a single array if desired. By `Guillaume Lemaitre`_.
23+
- Fixed a bug in :class:`under_sampling.RepeatedEditedNearestNeighbours`, add additional stopping criterion to avoid that the minority class become a majority class or that a class disappear. By `Guillaume Lemaitre`_.
24+
25+
New features
26+
~~~~~~~~~~~~
27+
28+
- Added AllKNN under sampling technique. By `Dayvid Oliveira`_.
29+
30+
API changes summary
31+
~~~~~~~~~~~~~~~~~~~
32+
33+
- Two base classes :class:`BaseBinaryclassSampler` and :class:`BaseMulticlassSampler` have been created to handle the target type and raise warning in case of abnormality. By `Guillaume Lemaitre`_ and `Christos Aridas`_.
34+
35+
Enhancement
36+
~~~~~~~~~~~
37+
38+
- Added support for bumpversion. By `Guillaume Lemaitre`_.
39+
- Validate the type of target in binary samplers. A warning is raised for the moment. By `Guillaume Lemaitre`_ and `Christos Aridas`_.
40+
41+
Documentation changes
42+
~~~~~~~~~~~~~~~~~~~~~
43+
44+
- Added doctest in the documentation. By `Guillaume Lemaitre`_.
45+
46+
.. _changes_0_1:
47+
48+
Version 0.1
49+
===========
50+
51+
Changelog
52+
---------
53+
>>>>>>> 4ebe7df... Update the history
2354

2455
API
2556
~~~

0 commit comments

Comments
 (0)