Skip to content

Commit

Permalink
add cross_validation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fritshermans committed Feb 1, 2025
1 parent f54f035 commit 4b12063
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/references/cross_validation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. _under_sampling_ref:

Cross validation methods
======================

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

CV splitters
--------------------

.. automodule:: imblearn.cross_validation._cross_validation
:no-members:
:no-inherited-members:

.. currentmodule:: imblearn.cross_validation

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

InstanceHardnessCV

0 comments on commit 4b12063

Please sign in to comment.