tl_pipeline: Create a modeling pipeline

View source: R/pipeline.R

tl_pipelineR Documentation

Create a modeling pipeline

Description

Create a modeling pipeline

Usage

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

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

Value

A tidylearn pipeline object


tidylearn documentation built on Feb. 6, 2026, 5:07 p.m.