required_pkgs.step_collapse_cart | R Documentation |
Recipe-adjacent packages always list themselves as a required package so that the steps can function properly within parallel processing schemes.
## 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, ...)
x |
A recipe step |
A character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.