-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
70 lines (69 loc) · 1.68 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
# Generated by roxygen2: do not edit by hand
export(MLE_impute)
export(airpred.predict)
export(clean_model_configs)
export(clean_up_config)
export(clean_up_stats)
export(default_model_config)
export(destandardize_all)
export(display_config)
export(edit_params)
export(ensemble_config_check)
export(gen_config)
export(gen_grid_config)
export(gen_model_config)
export(gen_stats)
export(gen_weights)
export(get_csv_data)
export(get_logit_weights)
export(get_model_param)
export(get_rds_data)
export(grid_search)
export(grid_to_config)
export(h2o_impute_all)
export(h2o_predict_impute_all)
export(implemented_models)
export(impute_all)
export(impute_all_parallel)
export(list_imputed_variables)
export(load_data)
export(load_predict_data)
export(make_default_structure)
export(predict_impute_all)
export(print_MLE_inputs)
export(print_logit_inputs)
export(standardize_all)
export(train)
export(yes)
import(dplyr)
import(parallel)
import(yaml)
importFrom(RANN,nn2)
importFrom(data.table,fread)
importFrom(gam,na.gam.replace)
importFrom(h2o,as.h2o)
importFrom(h2o,h2o.cbind)
importFrom(h2o,h2o.deeplearning)
importFrom(h2o,h2o.gbm)
importFrom(h2o,h2o.grid)
importFrom(h2o,h2o.init)
importFrom(h2o,h2o.loadModel)
importFrom(h2o,h2o.predict)
importFrom(h2o,h2o.randomForest)
importFrom(h2o,h2o.saveModel)
importFrom(h2o,h2o.shutdown)
importFrom(h2o,h2o.stackedEnsemble)
importFrom(lme4,lmer)
importFrom(mgcv,bam)
importFrom(mgcv,s)
importFrom(parallel,detectCores)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,glm)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,predict.glm)
importFrom(stats,sd)
importFrom(stringr,str_wrap)
importFrom(tools,file_ext)