-
Notifications
You must be signed in to change notification settings - Fork 18
/
NAMESPACE
139 lines (138 loc) · 4.18 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# 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(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(lifecycle,deprecated)
importFrom(recipes,remove_original_cols)
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)