Skip to content

Commit e33fe32

Browse files
learning objs cls1
1 parent a4113c6 commit e33fe32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classification1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ By the end of the chapter, readers will be able to do the following:
6767
- Compute, by hand, the straight-line (Euclidean) distance between points on a graph when there are two predictor variables.
6868
- Explain the $K$-nearest neighbor classification algorithm.
6969
- Perform $K$-nearest neighbor classification in R using `tidymodels`.
70-
- Use a `recipe` to preprocess data to be centered, scaled, and balanced.
70+
- Use a `recipe` to center, scale, balance, and impute data as a preprocessing step.
7171
- Combine preprocessing and model training using a `workflow`.
7272

7373

0 commit comments

Comments
 (0)