learn: Learn from data

Description Usage Arguments Examples

Description

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.

Usage

1
learn(pl)

Arguments

pl

pipelearner object. See pipelearner

Examples

1
2
pl <- pipelearner(mtcars, lm, mpg ~ .)
learn(pl)

drsimonj/pipelearner documentation built on May 15, 2019, 2:53 p.m.