Skip to content

Commit

Permalink
DOC: add borderline- and SVM-SMOTE to the API doc (scikit-learn-contr…
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre authored Jan 19, 2019
1 parent ca8729f commit b62143d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ Prototype selection
:template: class.rst

over_sampling.ADASYN
over_sampling.BorderlineSMOTE
over_sampling.RandomOverSampler
over_sampling.SMOTE
over_sampling.SMOTENC
over_sampling.SVMSMOTE


.. _combine_ref:
Expand Down
4 changes: 4 additions & 0 deletions doc/whats_new/v0.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Documentation
strategy for the over-sampling and under-sampling.
:issue:`525` by :user:`Ariel Rossanigo <arielrossanigo>`.

- Add :class:`imblearn.over_sampling.BorderlineSMOTE` and
:class:`imblearn.over_sampling.SVMSMOTE` in the API documenation.
:issue:`530` by :user:`Guillaume Lemaitre <glemaitre>`.

Maintenance
...........

Expand Down

0 comments on commit b62143d

Please sign in to comment.