Skip to content

Commit f288f4a

Browse files
learning objs cls2
1 parent e33fe32 commit f288f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/classification2.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ 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 in R using a validation data set.
60+
- Evaluate classification accuracy, precision, and recall in R using a test set, a single validation set, or cross-validation.
6161
- Produce a confusion matrix in R.
62-
- Execute cross-validation in R to choose the number of neighbors in a $K$-nearest neighbors classifier.
62+
- 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.
6464

6565
## Evaluating performance

0 commit comments

Comments
 (0)