Update lesson_1.Rmd

Fix Typo
pull/491/head
Frederick Legaspi 4 years ago committed by GitHub
parent a996d0570d
commit be2d16ceff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -131,7 +131,7 @@ Now that we have data ready, we can see if a machine can help determine a logica
```{r split, message=F, warning=F}
set.seed(2056)
# Split 67% of the data for training and the rest for tesing
# Split 67% of the data for training and the rest for testing
diabetes_split <- diabetes_select %>%
initial_split(prop = 0.67)

Loading…
Cancel
Save