Skip to content

Commit a393846

Browse files
minor ed cls2 lobjs
1 parent 05c2de9 commit a393846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classification2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ By the end of the chapter, readers will be able to do the following:
5757
- Describe what a random seed is and its importance in reproducible data analysis.
5858
- Set the random seed in R using the `set.seed` function.
5959
- Describe and interpret accuracy, precision, recall, and confusion matrices.
60-
- Evaluate classification accuracy, precision, and recall in R using a test set, a single validation set, or cross-validation.
60+
- Evaluate classification accuracy, precision, and recall in R using a test set, a single validation set, and cross-validation.
6161
- Produce a confusion matrix in R.
6262
- Choose the number of neighbors in a K-nearest neighbors classifier by maximizing estimated cross-validation accuracy.
6363
- Describe the advantages and disadvantages of the K-nearest neighbors classification algorithm.

0 commit comments

Comments
 (0)