Utilities#
The imblearn.utils
module includes various utilities.
Validation checks used in samplers#
Pytest specific decorator for parametrizing estimator checks. |
|
|
Check the objects is consistent to be a k nearest neighbors. |
|
Sampling target validation for samplers. |
|
Check the target types to be conform to the current samplers. |
Testing compatibility of your own sampler#
Utils to check the samplers and compatibility with scikit-learn
|
Pytest specific decorator for parametrizing estimator checks. |