From 589b5ddf4118067e8a06cedd813c3ef3e40e430c Mon Sep 17 00:00:00 2001 From: Joshua Hedlund Date: Sun, 7 May 2023 14:18:33 -0500 Subject: [PATCH] Fix minor typo - "there" to "their" --- doc/tutorial/basic/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/basic/tutorial.rst b/doc/tutorial/basic/tutorial.rst index 86616ef00eac1..d983d7806dce6 100644 --- a/doc/tutorial/basic/tutorial.rst +++ b/doc/tutorial/basic/tutorial.rst @@ -242,7 +242,7 @@ adequate preprocessing`. Keep in mind however that not all scikit-learn estimators attempt to work in `float32` mode. For instance, some transformers will always -cast there input to `float64` and return `float64` transformed +cast their input to `float64` and return `float64` transformed values as a result. Regression targets are cast to ``float64`` and classification targets are