Skip to content

Commit 67c15b8

Browse files
learning objs cls2
1 parent cc3ef53 commit 67c15b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/classification2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ By the end of the chapter, readers will be able to do the following:
3636
- Describe what a random seed is and its importance in reproducible data analysis.
3737
- Set the random seed in Python using the `numpy.random.seed` function.
3838
- Describe and interpret accuracy, precision, recall, and confusion matrices.
39-
- Evaluate classification accuracy in Python using a validation data set.
39+
- Evaluate classification accuracy, precision, and recall in Python using a test set, a single validation set, or cross-validation.
4040
- Produce a confusion matrix in Python.
41-
- Execute cross-validation in Python to choose the number of neighbors in a $K$-nearest neighbors classifier.
41+
- Choose the number of neighbors in a $K$-nearest neighbors classifier by maximizing estimated cross-validation accuracy.
4242
- Describe the advantages and disadvantages of the $K$-nearest neighbors classification algorithm.
4343

4444
+++

0 commit comments

Comments
 (0)