Skip to content

Commit 74ca3cc

Browse files
committed
fixing whitespace issue
1 parent 680dc62 commit 74ca3cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

classification2.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,10 +1394,6 @@ predictors from the model! It is always worth remembering, however, that what cr
13941394
is an *estimate* of the true accuracy; you have to use your judgement when looking at this plot to decide
13951395
where the elbow occurs, and whether adding a variable provides a meaningful increase in accuracy.
13961396

1397-
> **Note:** Since the choice of which variables to include as predictors is
1398-
> part of tuning your classifier, you *cannot use your test data* for this
1399-
> process!
1400-
14011397
```{r 06-fwdsel-3, echo = FALSE, warning = FALSE, fig.retina = 2, out.width = "65%", fig.cap = "Estimated accuracy versus the number of predictors for the sequence of models built using forward selection.", fig.pos = "H"}
14021398
14031399
fwd_sel_accuracies_plot <- accuracies |>
@@ -1409,6 +1405,10 @@ fwd_sel_accuracies_plot <- accuracies |>
14091405
fwd_sel_accuracies_plot
14101406
```
14111407

1408+
> **Note:** Since the choice of which variables to include as predictors is
1409+
> part of tuning your classifier, you *cannot use your test data* for this
1410+
> process!
1411+
14121412
## Exercises
14131413

14141414
Practice exercises for the material covered in this chapter

0 commit comments

Comments
 (0)