pipelearner: Create a new pipe learner

Description Usage Arguments

Description

pipelearner initializes a new pipelearner object. It is used to specify the input data frame to subsequent machine learning algorithms.

Usage

1
pipelearner(data, models = NULL, formulas = NULL, ...)

Arguments

data

Data frame containing all variables needed by learning algorithm formulae.

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


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