Skip to content

Commit c1c74db

Browse files
committed
Updated over_sammpling.rst
1 parent 787ceb7 commit c1c74db

File tree

2 files changed

+186
-159
lines changed

2 files changed

+186
-159
lines changed

doc/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Imbalanced-learn samplers accept the same inputs as scikit-learn estimators:
3131
* `data`, 2-dimensional array-like structures, such as:
3232
* Python's list of lists :class:`list`,
3333
* Numpy arrays :class:`numpy.ndarray`,
34-
* Panda dataframes :class:`pandas.DataFrame`,
34+
* Pandas dataframes :class:`pandas.DataFrame`,
3535
* Scipy sparse matrices :class:`scipy.sparse.csr_matrix` or :class:`scipy.sparse.csc_matrix`;
3636

3737
* `targets`, 1-dimensional array-like structures, such as:

0 commit comments

Comments
 (0)