forked from r4ds/bookclub-islr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path05.Rmd
31 lines (20 loc) · 766 Bytes
/
05.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Resampling Methods
**Learning objectives:**
- Use a **validation set** to estimate the test error of a predictive model.
- Use **leave-one-out cross-validation** to estimate the test error of a predictive model.
- Use **K-fold cross-validation** to estimate the test error of a predictive model.
- Use **the bootstrap** to estimate the test error of a predictive model.
- Describe the **advantages and disadvantages** of the various methods for estimating model test error.
## Slide 1
- Try to follow a slide-like format.
## Slide 2
- Use `##` to create new slides (sections).
## Meeting Videos
### Cohort 1
`r knitr::include_url("https://www.youtube.com/embed/URL")`
<details>
<summary> Meeting chat log </summary>
```
ADD LOG HERE
```
</details>