Skip to content

Commit 0c4a0be

Browse files
coln transformer bughunt reg1 py issue
1 parent cee6883 commit 0c4a0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/regression1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ and rely on context to denote which data the root mean squared error is being ca
555555

556556
Now that we know how we can assess how well our model predicts a numerical
557557
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
558+
$K$. First, we will create a column transformer for preprocessing our data. Note
559559
that we include standardization in our preprocessing to build good habits, but
560560
since we only have one predictor, it is technically not necessary; there is no
561561
risk of comparing two predictors of different scales. Next we create a model

0 commit comments

Comments
 (0)