forked from tidymodels/parsnip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
197 lines (196 loc) · 4.94 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
# Generated by roxygen2: do not edit by hand
S3method(fit,model_spec)
S3method(fit_xy,model_spec)
S3method(multi_predict,"_C5.0")
S3method(multi_predict,"_earth")
S3method(multi_predict,"_elnet")
S3method(multi_predict,"_lognet")
S3method(multi_predict,"_multnet")
S3method(multi_predict,"_xgb.Booster")
S3method(multi_predict,default)
S3method(nullmodel,default)
S3method(predict,"_elnet")
S3method(predict,"_lognet")
S3method(predict,"_multnet")
S3method(predict,model_fit)
S3method(predict,model_spec)
S3method(predict,nullmodel)
S3method(predict_class,"_lognet")
S3method(predict_class,"_multnet")
S3method(predict_classprob,"_lognet")
S3method(predict_classprob,"_multnet")
S3method(predict_numeric,"_elnet")
S3method(predict_raw,"_elnet")
S3method(predict_raw,"_lognet")
S3method(predict_raw,"_multnet")
S3method(print,boost_tree)
S3method(print,decision_tree)
S3method(print,fit_control)
S3method(print,linear_reg)
S3method(print,logistic_reg)
S3method(print,mars)
S3method(print,mlp)
S3method(print,model_fit)
S3method(print,model_spec)
S3method(print,multinom_reg)
S3method(print,nearest_neighbor)
S3method(print,nullmodel)
S3method(print,rand_forest)
S3method(print,surv_reg)
S3method(print,svm_poly)
S3method(print,svm_rbf)
S3method(translate,boost_tree)
S3method(translate,decision_tree)
S3method(translate,default)
S3method(translate,mars)
S3method(translate,mlp)
S3method(translate,rand_forest)
S3method(translate,surv_reg)
S3method(translate,svm_poly)
S3method(translate,svm_rbf)
S3method(type_sum,model_fit)
S3method(type_sum,model_spec)
S3method(update,boost_tree)
S3method(update,decision_tree)
S3method(update,linear_reg)
S3method(update,logistic_reg)
S3method(update,mars)
S3method(update,mlp)
S3method(update,multinom_reg)
S3method(update,nearest_neighbor)
S3method(update,rand_forest)
S3method(update,surv_reg)
S3method(update,svm_poly)
S3method(update,svm_rbf)
S3method(varying_args,model_spec)
S3method(varying_args,recipe)
S3method(varying_args,step)
export("%>%")
export(.cols)
export(.dat)
export(.facts)
export(.lvls)
export(.obs)
export(.preds)
export(.x)
export(.y)
export(C5.0_train)
export(add_rowindex)
export(boost_tree)
export(check_empty_ellipse)
export(decision_tree)
export(fit)
export(fit.model_spec)
export(fit_control)
export(fit_xy)
export(fit_xy.model_spec)
export(keras_mlp)
export(linear_reg)
export(logistic_reg)
export(make_classes)
export(mars)
export(mlp)
export(model_printer)
export(multi_predict)
export(multinom_reg)
export(nearest_neighbor)
export(null_model)
export(nullmodel)
export(predict.model_fit)
export(rand_forest)
export(rpart_train)
export(set_args)
export(set_engine)
export(set_mode)
export(show_call)
export(surv_reg)
export(svm_poly)
export(svm_rbf)
export(tidy.model_fit)
export(translate)
export(varying)
export(varying_args)
export(xgb_train)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,collect)
importFrom(dplyr,full_join)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,tally)
importFrom(dplyr,vars)
importFrom(generics,fit)
importFrom(generics,fit_xy)
importFrom(generics,varying_args)
importFrom(glue,glue_collapse)
importFrom(magrittr,"%>%")
importFrom(purrr,as_vector)
importFrom(purrr,imap)
importFrom(purrr,imap_lgl)
importFrom(purrr,list_modify)
importFrom(purrr,map)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(rlang,abort)
importFrom(rlang,call2)
importFrom(rlang,caller_env)
importFrom(rlang,current_env)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(rlang,get_expr)
importFrom(rlang,is_empty)
importFrom(rlang,is_missing)
importFrom(rlang,is_null)
importFrom(rlang,is_quosure)
importFrom(rlang,is_symbolic)
importFrom(rlang,lgl)
importFrom(rlang,ll)
importFrom(rlang,missing_arg)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,.checkMFClasses)
importFrom(stats,.getXlevels)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,delete.response)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.offset)
importFrom(stats,model.response)
importFrom(stats,model.weights)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tibble,type_sum)
importFrom(tidyr,gather)
importFrom(utils,capture.output)
importFrom(utils,getFromNamespace)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,stack)