-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 868 Bytes
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 868 Bytes
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
# Generated by roxygen2: do not edit by hand
export(compute_features.ML)
export(compute_features.training.ML)
export(compute_prediction)
export(compute_shap_values)
export(feature.selection.boruta)
export(get_curves)
export(plot_shap_stability)
export(plot_survival_performance)
import(caret)
import(doParallel)
import(dplyr)
import(fastshap)
import(foreach)
import(ggplot2)
import(grDevices)
import(reshape2)
import(tibble)
import(tidyr)
importFrom(Boruta,Boruta)
importFrom(caret,findCorrelation)
importFrom(caret,nearZeroVar)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,select)
importFrom(fastshap,explain)
importFrom(foreach,"%dopar%")
importFrom(stats,as.formula)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tune,tune)