forked from SchlossLab/mikropml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (51 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
export("!!")
export("%>%")
export(":=")
export(.data)
export(bootstrap_performance)
export(calc_baseline_precision)
export(calc_mean_prc)
export(calc_mean_roc)
export(calc_model_sensspec)
export(calc_perf_metrics)
export(combine_hp_performance)
export(compare_models)
export(contr.ltfr)
export(define_cv)
export(get_caret_processed_df)
export(get_feature_importance)
export(get_hp_performance)
export(get_hyperparams_list)
export(get_outcome_type)
export(get_partition_indices)
export(get_perf_metric_fn)
export(get_perf_metric_name)
export(get_performance_tbl)
export(get_tuning_grid)
export(group_correlated_features)
export(permute_p_value)
export(plot_hp_performance)
export(plot_mean_prc)
export(plot_mean_roc)
export(plot_model_performance)
export(preprocess_data)
export(randomize_feature_order)
export(remove_singleton_columns)
export(replace_spaces)
export(run_ml)
export(tidy_perf_data)
export(train_model)
importFrom(MLmetrics,AUC)
importFrom(caret,contr.ltfr)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(e1071,best.randomForest)
importFrom(glmnet,glmnet)
importFrom(kernlab,as.kernelMatrix)
importFrom(randomForest,getTree)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rpart,rpart)
importFrom(xgboost,xgboost)