Skip to content

Commit

Permalink
Updated over_sammpling.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
virchan committed Jan 1, 2025
1 parent 787ceb7 commit c1c74db
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 159 deletions.
2 changes: 1 addition & 1 deletion doc/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Imbalanced-learn samplers accept the same inputs as scikit-learn estimators:
* `data`, 2-dimensional array-like structures, such as:
* Python's list of lists :class:`list`,
* Numpy arrays :class:`numpy.ndarray`,
* Panda dataframes :class:`pandas.DataFrame`,
* Pandas dataframes :class:`pandas.DataFrame`,
* Scipy sparse matrices :class:`scipy.sparse.csr_matrix` or :class:`scipy.sparse.csc_matrix`;

* `targets`, 1-dimensional array-like structures, such as:
Expand Down
Loading

0 comments on commit c1c74db

Please sign in to comment.