-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
NAMESPACE
32 lines (31 loc) · 847 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(DataSplit)
export(add_probs_dfs)
export(barplot_feat_select)
export(class_folds)
export(feature_selection)
export(func_correlation)
export(func_shuffle)
export(normalized)
export(regr_folds)
export(wrapper_feat_select)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(data.table,as.data.table)
importFrom(doParallel,registerDoParallel)
importFrom(glmnet,cv.glmnet)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.off)
importFrom(graphics,barplot)
importFrom(graphics,par)
importFrom(magrittr,"%>%")
importFrom(ranger,ranger)
importFrom(rlang,.data)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(utils,combn)
importFrom(xgboost,xgb.DMatrix)
importFrom(xgboost,xgb.importance)
importFrom(xgboost,xgb.train)