-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
59 lines (58 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
S3method(plot,all_cutoffs)
S3method(plot,ceteris_paribus_cutoff)
S3method(plot,chosen_metric)
S3method(plot,fairness_heatmap)
S3method(plot,fairness_object)
S3method(plot,fairness_pca)
S3method(plot,fairness_radar)
S3method(plot,fairness_regression_object)
S3method(plot,group_metric)
S3method(plot,metric_scores)
S3method(plot,performance_and_fairness)
S3method(plot,stacked_metrics)
S3method(plot_fairmodels,default)
S3method(plot_fairmodels,explainer)
S3method(plot_fairmodels,fairness_object)
S3method(print,all_cutoffs)
S3method(print,ceteris_paribus_cutoff)
S3method(print,chosen_metric)
S3method(print,fairness_heatmap)
S3method(print,fairness_object)
S3method(print,fairness_pca)
S3method(print,fairness_radar)
S3method(print,fairness_regression_object)
S3method(print,group_metric)
S3method(print,metric_scores)
S3method(print,performance_and_fairness)
S3method(print,stacked_metrics)
export(all_cutoffs)
export(calculate_group_fairness_metrics)
export(ceteris_paribus_cutoff)
export(choose_metric)
export(confusion_matrix)
export(disparate_impact_remover)
export(expand_fairness_object)
export(fairness_check)
export(fairness_check_regression)
export(fairness_heatmap)
export(fairness_pca)
export(fairness_radar)
export(group_matrices)
export(group_metric)
export(group_model_performance)
export(metric_scores)
export(performance_and_fairness)
export(plot_density)
export(plot_fairmodels)
export(pre_process_data)
export(regression_metrics)
export(resample)
export(reweight)
export(roc_pivot)
export(stack_metrics)
import(ggplot2)
import(patchwork)
importFrom(DALEX,model_performance)
importFrom(stats,na.omit)
importFrom(utils,head)