Learn R Programming

embed (version 0.2.0)

required_pkgs.step_lencode_bayes: S3 methods for tracking which additional packages are needed for steps.

Description

Recipe-adjacent packages always list themselves as a required package so that the steps can function properly within parallel processing schemes.

Usage

# S3 method for step_lencode_bayes
required_pkgs(x, ...)

# S3 method for step_discretize_cart required_pkgs(x, ...)

# S3 method for step_discretize_xgb required_pkgs(x, ...)

# S3 method for step_lencode_glm required_pkgs(x, ...)

# S3 method for step_feature_hash required_pkgs(x, ...)

# S3 method for step_lencode_mixed required_pkgs(x, ...)

# S3 method for step_embed required_pkgs(x, ...)

# S3 method for step_umap required_pkgs(x, ...)

# S3 method for step_woe required_pkgs(x, ...)

Arguments

x

A recipe step

Value

A character vector