bake.step_foundry_embed: Apply the Foundry embedding step to new data

View source: R/tidymodels.R

bake.step_foundry_embedR Documentation

Apply the Foundry embedding step to new data

Description

Apply the Foundry embedding step to new data

Usage

## S3 method for class 'step_foundry_embed'
bake(object, new_data, ...)

Arguments

object

A trained step_foundry_embed object

new_data

A tibble to apply the step to

...

Not used

Value

A tibble with embedding columns added (and optionally original text columns removed)


foundryR documentation built on Sept. 25, 2026, 1:10 a.m.