Skip to content

Commit cc3ef53

Browse files
learning objs cls1
1 parent b4c121f commit cc3ef53

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/classification1.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ By the end of the chapter, readers will be able to do the following:
4848
- Compute, by hand, the straight-line (Euclidean) distance between points on a graph when there are two predictor variables.
4949
- Explain the $K$-nearest neighbor classification algorithm.
5050
- Perform $K$-nearest neighbor classification in Python using `scikit-learn`.
51-
- Use `StandardScaler` and `make_column_transformer` to preprocess data to be centered and scaled.
52-
- Use `sample` to preprocess data to be balanced.
53-
- Combine preprocessing and model training using `make_pipeline`.
51+
- Use methods from `scikit-learn` to center, scale, balance, and impute data as a preprocessing step.
52+
- Combine preprocessing and model training into a `Pipeline` using `make_pipeline`.
5453

5554
+++
5655

0 commit comments

Comments
 (0)