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
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,26 +12,32 @@ Version 0.2
12
12
Changelog
13
13
---------
14
14
15
+
Bug fixes
16
+
~~~~~~~~~
17
+
18
+
- 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`_.
19
+
- Fixed a bug in :class:`ensemble.EasyEnsemble`, correction of the `random_state` generation. By `Guillaume Lemaitre`_ and `Christos Aridas`_.
20
+
15
21
New features
16
22
~~~~~~~~~~~~
17
23
18
-
- Added AllKNN under sampling technique.
24
+
- Added AllKNN under sampling technique. By `Dayvid Oliveira`_.
19
25
20
26
API changes summary
21
27
~~~~~~~~~~~~~~~~~~~
22
28
23
-
- Two base classes :class:`BaseBinaryclassSampler` and :class:`BaseMulticlassSampler` have been created to handle the target type and raise warning in case of abnormality.
29
+
- 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`_.
24
30
25
31
Enhancement
26
32
~~~~~~~~~~~
27
33
28
-
- Added support for bumpversion.
29
-
- Validate the type of target in binary samplers. A warning is raised for the moment.
34
+
- Added support for bumpversion. By `Guillaume Lemaitre`_.
35
+
- Validate the type of target in binary samplers. A warning is raised for the moment. By `Guillaume Lemaitre`_ and `Christos Aridas`_.
30
36
31
37
Documentation changes
32
38
~~~~~~~~~~~~~~~~~~~~~
33
39
34
-
- Added doctest in the documentation.
40
+
- Added doctest in the documentation. By `Guillaume Lemaitre`_.
35
41
36
42
.. _changes_0_1:
37
43
@@ -44,8 +50,7 @@ Changelog
44
50
API
45
51
~~~
46
52
47
-
- In :class:`ensemble.EasyEnsemble`, correction of the `random_state` generation.
48
-
- First release of the stable API.
53
+
- First release of the stable API. By `Fernando Nogueira`_, `Guillaume Lemaitre`_, `Christos Aridas`_, and `Dayvid Oliveira`_.
0 commit comments