This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
86 lines (85 loc) · 2.71 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
# Generated by roxygen2: do not edit by hand
S3method(bake,step_select_boruta)
S3method(bake,step_select_carscore)
S3method(bake,step_select_forests)
S3method(bake,step_select_infgain)
S3method(bake,step_select_linear)
S3method(bake,step_select_mrmr)
S3method(bake,step_select_roc)
S3method(bake,step_select_tree)
S3method(bake,step_select_vip)
S3method(bake,step_select_xtab)
S3method(prep,step_select_boruta)
S3method(prep,step_select_carscore)
S3method(prep,step_select_forests)
S3method(prep,step_select_infgain)
S3method(prep,step_select_linear)
S3method(prep,step_select_mrmr)
S3method(prep,step_select_roc)
S3method(prep,step_select_tree)
S3method(prep,step_select_vip)
S3method(prep,step_select_xtab)
S3method(print,step_select_boruta)
S3method(print,step_select_carscore)
S3method(print,step_select_forests)
S3method(print,step_select_infgain)
S3method(print,step_select_linear)
S3method(print,step_select_mrmr)
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,"_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(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_roc)
S3method(tidy,step_select_tree)
S3method(tidy,step_select_vip)
S3method(tidy,step_select_xtab)
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_roc)
S3method(tunable,step_select_tree)
S3method(tunable,step_select_vip)
S3method(tunable,step_select_xtab)
export("%>%")
export(pull_importances)
export(step_select_boruta)
export(step_select_carscore)
export(step_select_forests)
export(step_select_infgain)
export(step_select_linear)
export(step_select_mrmr)
export(step_select_roc)
export(step_select_tree)
export(step_select_vip)
export(step_select_xtab)
export(top_p)
importFrom(generics,tidy)
importFrom(magrittr,"%>%")
importFrom(recipes,bake)
importFrom(recipes,prep)
importFrom(recipes,step)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tune,tunable)