tl_predict_pipeline: Make predictions using a pipeline

View source: R/pipeline.R

tl_predict_pipelineR Documentation

Make predictions using a pipeline

Description

Make predictions using a pipeline

Usage

tl_predict_pipeline(
  pipeline,
  new_data,
  type = "response",
  model_name = NULL,
  ...
)

Arguments

pipeline

A tidylearn pipeline object with results

new_data

A data frame containing the new data

type

Type of prediction (default: "response")

model_name

Name of model to use (if NULL, uses the best model)

...

Additional arguments passed to predict

Value

Predictions


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