You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/whats_new.rst
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,37 @@ Bug fixes
20
20
- 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`_.
21
21
- Fixed a bug in :class:`ensemble.EasyEnsemble`, correction of the `random_state` generation. By `Guillaume Lemaitre`_ and `Christos Aridas`_.
22
22
- 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`_.
0 commit comments