We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee6883 commit 0c4a0beCopy full SHA for 0c4a0be
source/regression1.md
@@ -555,7 +555,7 @@ and rely on context to denote which data the root mean squared error is being ca
555
556
Now that we know how we can assess how well our model predicts a numerical
557
value, let's use Python to perform cross-validation and to choose the optimal
558
-$K$. First, we will create a transformer for preprocessing our data. Note
+$K$. First, we will create a column transformer for preprocessing our data. Note
559
that we include standardization in our preprocessing to build good habits, but
560
since we only have one predictor, it is technically not necessary; there is no
561
risk of comparing two predictors of different scales. Next we create a model
0 commit comments