Skip to content

Commit 6800dcb

Browse files
minor ed cls2 lobjs
1 parent db68ece commit 6800dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classification2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ 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, precision, and recall in Python using a test set, a single validation set, or cross-validation.
39+
- Evaluate classification accuracy, precision, and recall in Python using a test set, a single validation set, and cross-validation.
4040
- Produce a confusion matrix in Python.
4141
- 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.

0 commit comments

Comments
 (0)