From 90358b2aeb74bfee6ebbfeeb625db7091938cf09 Mon Sep 17 00:00:00 2001 From: Jordan Barker Date: Mon, 17 Feb 2025 08:23:36 -0600 Subject: [PATCH] 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." --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 3bd1d1c9..f6386653 100755 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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