Skip to content

Commit

Permalink
Fixes title for training/testing data diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
catavallejos authored Oct 5, 2023
1 parent 01303c4 commit f6b283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes_rmd/03-regression-regularisation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ To get an idea of how well our model generalises, we can split the data into
two - a "training" and a "test" set. We use the "training" data to fit the model,
and then see its performance on the "test" data.

```{r validation, echo = FALSE, out.width = "500px", fig.cap = "Title", fig.alt = "Alt"}
```{r validation, echo = FALSE, out.width = "500px", fig.cap = "Schematic representation of how a dataset can be divided into a training and a test set.", fig.alt = "Schematic representation of how a dataset can be divided into a training (the portion of the data used to fit a model) and a test set (the portion of the data used to assess external generalisability)."}
knitr::include_graphics("../fig/validation.png")
```

Expand Down

0 comments on commit f6b283c

Please sign in to comment.