Skip to content

Commit

Permalink
Change apposed to opposed in index.rst
Browse files Browse the repository at this point in the history
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."
  • Loading branch information
Jordanbarker authored Feb 17, 2025
1 parent 6f63a51 commit 90358b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ the cols parameter isn't passed, every non-numeric column will be converted. See
Known issues:
-------------

`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
`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

.. code-block:: python
Expand Down

0 comments on commit 90358b2

Please sign in to comment.