.. _model_selection_ref:

Model selection methods
=======================

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

Cross-validation splitters
--------------------------

.. automodule:: imblearn.model_selection._split
   :no-members:
   :no-inherited-members:

.. currentmodule:: imblearn.model_selection

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

   InstanceHardnessCV
