Description Usage Arguments Examples
learn
conducts the steps needed to learn/fit all of the specified
models on all cross-validation training data sets, in all variations of
training sample size, in a pipelearner object, and return the results as a
summarized tibble.
1 | learn(pl)
|
pl |
pipelearner object. See |
1 2 | pl <- pipelearner(mtcars, lm, mpg ~ .)
learn(pl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.