Learn R Programming

tidylearn (version 0.1.0)

tl_pipeline: Create a modeling pipeline

Description

Create a modeling pipeline

Usage

tl_pipeline(
  data,
  formula,
  preprocessing = NULL,
  models = NULL,
  evaluation = NULL,
  ...
)

Value

A tidylearn pipeline object

Arguments

data

A data frame containing the data

formula

A formula specifying the model

preprocessing

A list of preprocessing steps

models

A list of models to train

evaluation

A list of evaluation criteria

...

Additional arguments