From d05a0830c05fe01bae512bb5d7c61fee5c154a04 Mon Sep 17 00:00:00 2001 From: MMohey Date: Sat, 8 Apr 2017 19:16:41 +0200 Subject: [PATCH] fix minor typo fix a typo in line 82. --- bookdown/04-Basic.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookdown/04-Basic.Rmd b/bookdown/04-Basic.Rmd index 203078571..fb69b1827 100644 --- a/bookdown/04-Basic.Rmd +++ b/bookdown/04-Basic.Rmd @@ -79,7 +79,7 @@ We will use these data illustrate functionality on this (and other) pages. ## Basic Parameter Tuning -By default, simple bootstrap resampling is used for line 3 in the algorithm above. Others are availible, such as repeated *K*-fold cross-validation, leave-one-out etc. The function `trainControl` can be used to specifiy the type of resampling: +By default, simple bootstrap resampling is used for line 3 in the algorithm above. Others are available, such as repeated *K*-fold cross-validation, leave-one-out etc. The function `trainControl` can be used to specifiy the type of resampling: ```{r train_control,tidy=FALSE} fitControl <- trainControl(## 10-fold CV