Skip to content

Commit

Permalink
Merge pull request #632 from MMohey/master
Browse files Browse the repository at this point in the history
minor typo
  • Loading branch information
topepo committed Apr 19, 2017
2 parents e34ba27 + 6f33680 commit 25d0904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookdown/04-Basic.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25d0904

Please sign in to comment.