-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 793 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 793 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
# Generated by roxygen2: do not edit by hand
export(calculate_SHAP_values)
export(calculate_feature_importances)
export(calculate_full_set_pvalue)
export(calculate_quantiles)
export(calculate_ranked_based_pvalues)
export(create_feature_matrix)
export(fit_and_evaluate_rf)
export(generate_fi_rank_plot)
export(generate_pi_ECDF_plot)
export(generate_pi_histogram)
export(generate_shap_plots)
export(setup_python_pkgs)
export(tune_and_train_rf_model_bayes)
export(tune_and_train_rf_model_grid)
import(cowplot)
import(dplyr)
import(ggbeeswarm)
import(ggplot2)
import(reticulate)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarize)
importFrom(stats,aggregate)
importFrom(stats,quantile)
importFrom(tidyr,pivot_longer)