learn_models: Machine learning models

Description Usage Arguments Details

Description

Add a learning model to a pipelearner object.

Usage

1
learn_models(pl, models, formulas, ...)

Arguments

pl

pipelearner object. See pipelearner

models

Vector of learning model functions which take data and formula arguments

formulas

Vector of objects of class "formula" (or one that can be coerced to that class): a symbolic description of the model to be fitted.

...

Additional named vectors to be passed to the model function as a grid of hyperparameters

Details

Will expect a pipelearner object, but will also accept a data frame for the parameter pl. In the case that a data frame is used, it will first coerce it to a pipelearner object via pipelearner.


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