Skip to content

Commit 06fcf04

Browse files
Merge pull request #452 from Jordanbarker/patch-1
Change apposed to opposed in index.rst
2 parents 6f63a51 + 90358b2 commit 06fcf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ the cols parameter isn't passed, every non-numeric column will be converted. See
7777
Known issues:
7878
-------------
7979

80-
`CategoryEncoders` internally works with `pandas DataFrames` as apposed to `sklearn` which works with `numpy arrays`. This can cause problems in `sklearn` versions prior to 1.2.0. In order to ensure full compatibility with `sklearn` set `sklearn` to also output `DataFrames`. This can be done by
80+
`CategoryEncoders` internally works with `pandas DataFrames` as opposed to `sklearn` which works with `numpy arrays`. This can cause problems in `sklearn` versions prior to 1.2.0. In order to ensure full compatibility with `sklearn` set `sklearn` to also output `DataFrames`. This can be done by
8181

8282
.. code-block:: python
8383

0 commit comments

Comments
 (0)