# Generated by roxygen2: do not edit by hand

S3method(bake,step_collapse_cart)
S3method(bake,step_collapse_stringdist)
S3method(bake,step_discretize_cart)
S3method(bake,step_discretize_xgb)
S3method(bake,step_embed)
S3method(bake,step_feature_hash)
S3method(bake,step_lencode_bayes)
S3method(bake,step_lencode_glm)
S3method(bake,step_lencode_mixed)
S3method(bake,step_pca_sparse)
S3method(bake,step_pca_sparse_bayes)
S3method(bake,step_pca_truncated)
S3method(bake,step_umap)
S3method(bake,step_woe)
S3method(prep,step_collapse_cart)
S3method(prep,step_collapse_stringdist)
S3method(prep,step_discretize_cart)
S3method(prep,step_discretize_xgb)
S3method(prep,step_embed)
S3method(prep,step_feature_hash)
S3method(prep,step_lencode_bayes)
S3method(prep,step_lencode_glm)
S3method(prep,step_lencode_mixed)
S3method(prep,step_pca_sparse)
S3method(prep,step_pca_sparse_bayes)
S3method(prep,step_pca_truncated)
S3method(prep,step_umap)
S3method(prep,step_woe)
S3method(print,step_collapse_cart)
S3method(print,step_collapse_stringdist)
S3method(print,step_discretize_cart)
S3method(print,step_discretize_xgb)
S3method(print,step_embed)
S3method(print,step_feature_hash)
S3method(print,step_lencode_bayes)
S3method(print,step_lencode_glm)
S3method(print,step_lencode_mixed)
S3method(print,step_pca_sparse)
S3method(print,step_pca_sparse_bayes)
S3method(print,step_pca_truncated)
S3method(print,step_umap)
S3method(print,step_woe)
S3method(required_pkgs,step_collapse_cart)
S3method(required_pkgs,step_collapse_stringdist)
S3method(required_pkgs,step_discretize_cart)
S3method(required_pkgs,step_discretize_xgb)
S3method(required_pkgs,step_embed)
S3method(required_pkgs,step_feature_hash)
S3method(required_pkgs,step_lencode_bayes)
S3method(required_pkgs,step_lencode_glm)
S3method(required_pkgs,step_lencode_mixed)
S3method(required_pkgs,step_pca_sparse)
S3method(required_pkgs,step_pca_sparse_bayes)
S3method(required_pkgs,step_pca_truncated)
S3method(required_pkgs,step_umap)
S3method(required_pkgs,step_woe)
S3method(tidy,step_collapse_cart)
S3method(tidy,step_collapse_stringdist)
S3method(tidy,step_discretize_cart)
S3method(tidy,step_discretize_xgb)
S3method(tidy,step_embed)
S3method(tidy,step_feature_hash)
S3method(tidy,step_lencode_bayes)
S3method(tidy,step_lencode_glm)
S3method(tidy,step_lencode_mixed)
S3method(tidy,step_pca_sparse)
S3method(tidy,step_pca_sparse_bayes)
S3method(tidy,step_pca_truncated)
S3method(tidy,step_umap)
S3method(tidy,step_woe)
S3method(tunable,step_discretize_cart)
S3method(tunable,step_discretize_xgb)
S3method(tunable,step_embed)
S3method(tunable,step_pca_sparse)
S3method(tunable,step_pca_sparse_bayes)
S3method(tunable,step_pca_truncated)
S3method(tunable,step_umap)
S3method(tunable,step_woe)
export(add_woe)
export(dictionary)
export(embed_control)
export(is_tf_available)
export(required_pkgs)
export(step_collapse_cart)
export(step_collapse_stringdist)
export(step_discretize_cart)
export(step_discretize_xgb)
export(step_embed)
export(step_feature_hash)
export(step_lencode_bayes)
export(step_lencode_glm)
export(step_lencode_mixed)
export(step_pca_sparse)
export(step_pca_sparse_bayes)
export(step_pca_truncated)
export(step_umap)
export(step_woe)
export(tidy)
export(tunable)
import(recipes)
import(rlang)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,contains)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,one_of)
importFrom(generics,required_pkgs)
importFrom(generics,tidy)
importFrom(generics,tunable)
importFrom(glue,glue)
importFrom(keras,backend)
importFrom(keras,compile)
importFrom(keras,fit)
importFrom(keras,get_layer)
importFrom(keras,keras_model)
importFrom(keras,keras_model_sequential)
importFrom(keras,layer_concatenate)
importFrom(keras,layer_dense)
importFrom(keras,layer_embedding)
importFrom(keras,layer_flatten)
importFrom(keras,layer_input)
importFrom(lifecycle,deprecated)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(utils,capture.output)
importFrom(utils,compareVersion)
importFrom(utils,globalVariables)
importFrom(utils,packageVersion)
importFrom(utils,stack)
importFrom(uwot,umap)
importFrom(uwot,umap_transform)
importFrom(vctrs,vec_cbind)
importFrom(withr,with_seed)
