Tidy the Result of a Recipe
Source:R/collapse_cart.R
, R/collapse_stringdist.R
, R/discretize_cart.R
, and 12 more
tidy.recipe.Rd
tidy
will return a data frame that contains information regarding a recipe
or operation within the recipe (when a tidy
method for the operation
exists). See recipes::tidy.recipe for more information.
Usage
# S3 method for step_collapse_cart
tidy(x, ...)
# S3 method for step_collapse_stringdist
tidy(x, ...)
# S3 method for step_discretize_cart
tidy(x, ...)
# S3 method for step_discretize_xgb
tidy(x, ...)
# S3 method for step_embed
tidy(x, ...)
# S3 method for step_feature_hash
tidy(x, ...)
# S3 method for step_lencode_bayes
tidy(x, ...)
# S3 method for step_lencode_glm
tidy(x, ...)
# S3 method for step_lencode_mixed
tidy(x, ...)
# S3 method for step_pca_sparse
tidy(x, ...)
# S3 method for step_pca_sparse_bayes
tidy(x, ...)
# S3 method for step_pca_truncated
tidy(x, type = "coef", ...)
# S3 method for step_umap
tidy(x, ...)
# S3 method for step_woe
tidy(x, ...)