required_pkgs.step_collapse_cart {embed} | R Documentation |
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 class 'step_collapse_cart'
required_pkgs(x, ...)
## S3 method for class 'step_collapse_stringdist'
required_pkgs(x, ...)
## S3 method for class 'step_discretize_cart'
required_pkgs(x, ...)
## S3 method for class 'step_discretize_xgb'
required_pkgs(x, ...)
## S3 method for class 'step_embed'
required_pkgs(x, ...)
## S3 method for class 'step_feature_hash'
required_pkgs(x, ...)
## S3 method for class 'step_lencode_bayes'
required_pkgs(x, ...)
## S3 method for class 'step_lencode_glm'
required_pkgs(x, ...)
## S3 method for class 'step_lencode_mixed'
required_pkgs(x, ...)
## S3 method for class 'step_pca_sparse'
required_pkgs(x, ...)
## S3 method for class 'step_pca_sparse_bayes'
required_pkgs(x, ...)
## S3 method for class 'step_pca_truncated'
required_pkgs(x, ...)
## S3 method for class 'step_umap'
required_pkgs(x, ...)
## S3 method for class 'step_woe'
required_pkgs(x, ...)
Arguments
x |
A recipe step |
Value
A character vector
[Package embed version 1.1.5 Index]