1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Utilities
=========
.. automodule:: imblearn.utils
:no-members:
:no-inherited-members:
.. currentmodule:: imblearn.utils
Validation checks used in samplers
----------------------------------
.. autosummary::
:toctree: generated/
:template: function.rst
estimator_checks.parametrize_with_checks
check_neighbors_object
check_sampling_strategy
check_target_type
Testing compatibility of your own sampler
-----------------------------------------
.. automodule:: imblearn.utils.estimator_checks
:no-members:
:no-inherited-members:
.. currentmodule:: imblearn.utils.estimator_checks
.. autosummary::
:toctree: generated/
:template: function.rst
parametrize_with_checks
|