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
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,26 @@ Version 0.2
12
12
Changelog
13
13
---------
14
14
15
-
- Added support for bumpversion.
16
-
- Added doctest in the documentation.
15
+
New features
16
+
~~~~~~~~~~~~
17
+
17
18
- Added AllKNN under sampling technique.
18
19
20
+
API changes summary
21
+
~~~~~~~~~~~~~~~~~~~
22
+
23
+
- Two base classes :class:`BaseBinaryclassSampler` and :class:`BaseMulticlassSampler` have been created to handle the target type and raise warning in case of abnormality.
24
+
25
+
Enhancement
26
+
~~~~~~~~~~~
27
+
28
+
- Added support for bumpversion.
29
+
- Validate the type of target in binary samplers. A warning is raised for the moment.
0 commit comments