Skip to content

Commit b62143d

Browse files
authored
DOC: add borderline- and SVM-SMOTE to the API doc (#530)
1 parent ca8729f commit b62143d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/api.rst

+2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ Prototype selection
7070
:template: class.rst
7171

7272
over_sampling.ADASYN
73+
over_sampling.BorderlineSMOTE
7374
over_sampling.RandomOverSampler
7475
over_sampling.SMOTE
7576
over_sampling.SMOTENC
77+
over_sampling.SVMSMOTE
7678

7779

7880
.. _combine_ref:

doc/whats_new/v0.5.rst

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Documentation
1313
strategy for the over-sampling and under-sampling.
1414
:issue:`525` by :user:`Ariel Rossanigo <arielrossanigo>`.
1515

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+
1620
Maintenance
1721
...........
1822

0 commit comments

Comments
 (0)