-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
132 lines (131 loc) · 4.27 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
# Generated by roxygen2: do not edit by hand
S3method(bake,step_select_aov)
S3method(bake,step_select_boruta)
S3method(bake,step_select_carscore)
S3method(bake,step_select_fcbf)
S3method(bake,step_select_forests)
S3method(bake,step_select_infgain)
S3method(bake,step_select_linear)
S3method(bake,step_select_mrmr)
S3method(bake,step_select_relief)
S3method(bake,step_select_roc)
S3method(bake,step_select_tree)
S3method(bake,step_select_vip)
S3method(bake,step_select_xtab)
S3method(prep,step_select_aov)
S3method(prep,step_select_boruta)
S3method(prep,step_select_carscore)
S3method(prep,step_select_fcbf)
S3method(prep,step_select_forests)
S3method(prep,step_select_infgain)
S3method(prep,step_select_linear)
S3method(prep,step_select_mrmr)
S3method(prep,step_select_relief)
S3method(prep,step_select_roc)
S3method(prep,step_select_tree)
S3method(prep,step_select_vip)
S3method(prep,step_select_xtab)
S3method(print,step_select_aov)
S3method(print,step_select_boruta)
S3method(print,step_select_carscore)
S3method(print,step_select_fcbf)
S3method(print,step_select_forests)
S3method(print,step_select_infgain)
S3method(print,step_select_linear)
S3method(print,step_select_mrmr)
S3method(print,step_select_relief)
S3method(print,step_select_roc)
S3method(print,step_select_tree)
S3method(print,step_select_vip)
S3method(print,step_select_xtab)
S3method(pull_importances,"_C5.0")
S3method(pull_importances,"_H2OMultinomialModel")
S3method(pull_importances,"_H2ORegressionModel")
S3method(pull_importances,"_ObliqueForestClassification")
S3method(pull_importances,"_ObliqueForestRegression")
S3method(pull_importances,"_ObliqueForestSurvival")
S3method(pull_importances,"_cubist")
S3method(pull_importances,"_earth")
S3method(pull_importances,"_elnet")
S3method(pull_importances,"_glm")
S3method(pull_importances,"_lm")
S3method(pull_importances,"_lognet")
S3method(pull_importances,"_randomForest")
S3method(pull_importances,"_ranger")
S3method(pull_importances,"_rpart")
S3method(pull_importances,"_xgb.Booster")
S3method(pull_importances,default)
S3method(required_pkgs,step_select_aov)
S3method(required_pkgs,step_select_boruta)
S3method(required_pkgs,step_select_carscore)
S3method(required_pkgs,step_select_fcbf)
S3method(required_pkgs,step_select_forests)
S3method(required_pkgs,step_select_infgain)
S3method(required_pkgs,step_select_linear)
S3method(required_pkgs,step_select_mrmr)
S3method(required_pkgs,step_select_relief)
S3method(required_pkgs,step_select_roc)
S3method(required_pkgs,step_select_tree)
S3method(required_pkgs,step_select_vip)
S3method(required_pkgs,step_select_xtab)
S3method(tidy,step_select_aov)
S3method(tidy,step_select_boruta)
S3method(tidy,step_select_carscore)
S3method(tidy,step_select_forests)
S3method(tidy,step_select_infgain)
S3method(tidy,step_select_linear)
S3method(tidy,step_select_mrmr)
S3method(tidy,step_select_relief)
S3method(tidy,step_select_roc)
S3method(tidy,step_select_tree)
S3method(tidy,step_select_vip)
S3method(tidy,step_select_xtab)
S3method(tunable,step_select_aov)
S3method(tunable,step_select_carscore)
S3method(tunable,step_select_forests)
S3method(tunable,step_select_infgain)
S3method(tunable,step_select_linear)
S3method(tunable,step_select_mrmr)
S3method(tunable,step_select_relief)
S3method(tunable,step_select_roc)
S3method(tunable,step_select_tree)
S3method(tunable,step_select_vip)
S3method(tunable,step_select_xtab)
export("%>%")
export(cutoff)
export(entropy)
export(pull_importances)
export(step_select_aov)
export(step_select_boruta)
export(step_select_carscore)
export(step_select_fcbf)
export(step_select_forests)
export(step_select_infgain)
export(step_select_linear)
export(step_select_mrmr)
export(step_select_relief)
export(step_select_roc)
export(step_select_tree)
export(step_select_vip)
export(step_select_xtab)
export(top_p)
importFrom(dplyr,filter)
importFrom(dplyr,pull)
importFrom(generics,required_pkgs)
importFrom(generics,tidy)
importFrom(magrittr,"%>%")
importFrom(recipes,add_step)
importFrom(recipes,bake)
importFrom(recipes,prep)
importFrom(recipes,print_step)
importFrom(recipes,rand_id)
importFrom(recipes,recipes_eval_select)
importFrom(recipes,recipes_pkg_check)
importFrom(recipes,step)
importFrom(rlang,.data)
importFrom(rlang,enquos)
importFrom(stats,aov)
importFrom(stats,as.formula)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tune,tunable)