Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 512 Bytes

over_sampling.rst

File metadata and controls

34 lines (25 loc) · 512 Bytes

Over-sampling methods

.. automodule:: imblearn.over_sampling
    :no-members:
    :no-inherited-members:

.. currentmodule:: imblearn.over_sampling

Basic over-sampling

.. autosummary::
   :toctree: generated/
   :template: class.rst

   RandomOverSampler

SMOTE algorithms

.. autosummary::
   :toctree: generated/
   :template: class.rst

   SMOTE
   SMOTENC
   SMOTEN
   ADASYN
   BorderlineSMOTE
   KMeansSMOTE
   SVMSMOTE