Skip to content

Commit a6837a2

Browse files
committed
fixed whitespace in classification 2
1 parent bb57940 commit a6837a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classification2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ Here, $C=5$ different chunks of the data set are used,
643643
resulting in 5 different choices for the **validation set**; we call this
644644
*5-fold* cross-validation.
645645

646-
```{r 06-cv-image, echo = FALSE, message = FALSE, warning = FALSE, fig.cap = "5-fold cross-validation.", fig.retina = 2, out.width = "100%"}
646+
```{r 06-cv-image, echo = FALSE, message = FALSE, warning = FALSE, fig.cap = "5-fold cross-validation.", fig.pos = "H", out.extra="", fig.retina = 2, out.width = "100%"}
647647
knitr::include_graphics("img/cv.png")
648648
```
649649

0 commit comments

Comments
 (0)