Skip to content

Commit 90358b2

Browse files
authored
Change apposed to opposed in index.rst
Fixed one word choice error in the sentence, "CategoryEncoders internally works with pandas DataFrames as apposed to sklearn, which works with numpy arrays." The phrase "as apposed to" should be "as opposed to."
1 parent 6f63a51 commit 90358b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
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)