
Tidy the Result of a Recipe
Source:R/bayes.R
, R/collapse_cart.R
, R/collapse_stringdist.R
, and 11 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_lencode_bayes
tidy(x, ...)
# 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_lencode_glm
tidy(x, ...)
# S3 method for step_feature_hash
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_embed
tidy(x, ...)
# S3 method for step_umap
tidy(x, ...)
# S3 method for step_woe
tidy(x, ...)