Skip to content

Commit

Permalink
Merge 5eee03c into 25f057d
Browse files Browse the repository at this point in the history
  • Loading branch information
goyalmunish committed Mar 28, 2017
2 parents 25f057d + 5eee03c commit de227f0
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 @@ -43,7 +43,7 @@ The `train` function can be used to

First, a specific model must be chosen. Currently, `r I(length(unique(modelLookup()$model)))` are available using [`caret`](http://cran.r-project.org/web/packages/caret/index.html); see [`train` Model List](available-models.html) or [`train` Models By Tag](train-models-by-tag.html) for details. On these pages, there are lists of tuning parameters that can potentially be optimized. [User-defined models](using-your-own-model-in-train.html) can also be created.

The first step in tuning the model (line 1 in the algorithm above is to choose a set of parameters to evaluate. For example, if fitting a Partial Least Squares (PLS) model, the number of PLS components to evaluate must be specified.
The first step in tuning the model (line 1 in the algorithm below is to choose a set of parameters to evaluate. For example, if fitting a Partial Least Squares (PLS) model, the number of PLS components to evaluate must be specified.

```{r train_algo, echo = FALSE}
include_graphics('premade/TrainAlgo.png', dpi = NA)
Expand Down

0 comments on commit de227f0

Please sign in to comment.