-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.61 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
# Generated by roxygen2: do not edit by hand
export(GridLearner)
export(SL.glm.mean)
export(assess_predictions)
export(distKernelWeights)
export(predictAllYALL)
export(screen.corRank2.wgtd)
export(screen.corRank3.wgtd)
export(screen.corRank4.wgtd)
export(screen.corRank5.wgtd)
export(screen.corRank6.wgtd)
export(summarizeYALL)
export(trainYALL)
export(trainYALLfold)
import(SLScreenExtra)
import(SuperLearner)
importFrom(ROCR,performance)
importFrom(ROCR,prediction)
importFrom(SLScreenExtra,screen.wgtd.corRank)
importFrom(SuperSelector,cvSLFeatureSelector)
importFrom(SuperSelector,factor_to_indicator)
importFrom(SuperSelector,groupBySelectionSet)
importFrom(SuperSelector,makeLibArgNumeric)
importFrom(broom,tidy)
importFrom(cvAUC,ci.cvAUC)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,do)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,n)
importFrom(dplyr,one_of)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarize)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(future.apply,future_lapply)
importFrom(kedd,kernel.fun)
importFrom(magrittr,`%>%`)
importFrom(methods,as)
importFrom(origami,training)
importFrom(origami,validation)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(scales,percent)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,predict)
importFrom(stats,setNames)
importFrom(strip,strip)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
importFrom(yardstick,pr_auc_vec)