-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(evaluate_models)
export(filter_cols_by_var)
export(fit_caret)
export(fit_h2o)
export(fit_models)
export(fit_tidymodels)
export(get_data_dimensions)
export(get_data_summary)
export(get_data_types)
export(interpret_caret)
export(interpret_h2o)
export(interpret_models)
export(interpret_tidymodels)
export(load_file)
export(load_saved_responses)
export(plot_bar)
export(plot_boxplot)
export(plot_cor_heatmap)
export(plot_data_distribution)
export(plot_data_heatmap)
export(plot_data_split)
export(plot_density)
export(plot_feature_importance)
export(plot_feature_importance_pair)
export(plot_feature_importance_stability)
export(plot_hclust)
export(plot_hclust_heatmap)
export(plot_heatmap)
export(plot_histogram)
export(plot_horizontal_dotplot)
export(plot_line)
export(plot_pairs)
export(plot_pca)
export(plot_point)
export(predict_caret)
export(predict_h2o)
export(predict_models)
export(predict_tidymodels)
export(print_caret_fit)
export(print_eval_results)
export(print_fit_results)
export(print_h2o_fit)
export(print_tidymodels_fit)
export(remove_constant_cols)
export(remove_duplicate_cols)
export(remove_na_cols)
export(split_data)
export(validate_data)
export(validate_data_split)
export(vdocs_knitr_setup)
export(veridical)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)