We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8729f commit b62143dCopy full SHA for b62143d
doc/api.rst
@@ -70,9 +70,11 @@ Prototype selection
70
:template: class.rst
71
72
over_sampling.ADASYN
73
+ over_sampling.BorderlineSMOTE
74
over_sampling.RandomOverSampler
75
over_sampling.SMOTE
76
over_sampling.SMOTENC
77
+ over_sampling.SVMSMOTE
78
79
80
.. _combine_ref:
doc/whats_new/v0.5.rst
@@ -13,6 +13,10 @@ Documentation
13
strategy for the over-sampling and under-sampling.
14
:issue:`525` by :user:`Ariel Rossanigo <arielrossanigo>`.
15
16
+- Add :class:`imblearn.over_sampling.BorderlineSMOTE` and
17
+ :class:`imblearn.over_sampling.SVMSMOTE` in the API documenation.
18
+ :issue:`530` by :user:`Guillaume Lemaitre <glemaitre>`.
19
+
20
Maintenance
21
...........
22
0 commit comments