Skip to content

Commit 680dc62

Browse files
committed
fixed placement of figure
1 parent 93d86e0 commit 680dc62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

classification2.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,8 @@ where the elbow occurs, and whether adding a variable provides a meaningful incr
13981398
> part of tuning your classifier, you *cannot use your test data* for this
13991399
> process!
14001400
1401-
```{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."}
1401+
```{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"}
1402+
14021403
fwd_sel_accuracies_plot <- accuracies |>
14031404
ggplot(aes(x = size, y = accuracy)) +
14041405
geom_line() +

0 commit comments

Comments
 (0)