|
1 |
| -# Generated by roxygen2: do not edit by hand |
2 |
| - |
3 |
| -S3method(plot,all_cutoffs) |
4 |
| -S3method(plot,ceteris_paribus_cutoff) |
5 |
| -S3method(plot,chosen_metric) |
6 |
| -S3method(plot,fairness_heatmap) |
7 |
| -S3method(plot,fairness_object) |
8 |
| -S3method(plot,fairness_pca) |
9 |
| -S3method(plot,fairness_radar) |
10 |
| -S3method(plot,group_metric) |
11 |
| -S3method(plot,metric_scores) |
12 |
| -S3method(plot,performance_and_fairness) |
13 |
| -S3method(plot,stacked_metrics) |
14 |
| -S3method(plot_fairmodels,default) |
15 |
| -S3method(plot_fairmodels,explainer) |
16 |
| -S3method(plot_fairmodels,fairness_object) |
17 |
| -S3method(print,all_cutoffs) |
18 |
| -S3method(print,ceteris_paribus_cutoff) |
19 |
| -S3method(print,chosen_metric) |
20 |
| -S3method(print,fairness_heatmap) |
21 |
| -S3method(print,fairness_object) |
22 |
| -S3method(print,fairness_pca) |
23 |
| -S3method(print,fairness_radar) |
24 |
| -S3method(print,group_metric) |
25 |
| -S3method(print,metric_scores) |
26 |
| -S3method(print,performance_and_fairness) |
27 |
| -S3method(print,stacked_metrics) |
28 |
| -export(all_cutoffs) |
29 |
| -export(calculate_group_fairness_metrics) |
30 |
| -export(ceteris_paribus_cutoff) |
31 |
| -export(choose_metric) |
32 |
| -export(confusion_matrix) |
33 |
| -export(disparate_impact_remover) |
34 |
| -export(expand_fairness_object) |
35 |
| -export(fairness_check) |
36 |
| -export(fairness_heatmap) |
37 |
| -export(fairness_pca) |
38 |
| -export(fairness_radar) |
39 |
| -export(group_matrices) |
40 |
| -export(group_metric) |
41 |
| -export(group_model_performance) |
42 |
| -export(metric_scores) |
43 |
| -export(performance_and_fairness) |
44 |
| -export(plot_density) |
45 |
| -export(plot_fairmodels) |
46 |
| -export(pre_process_data) |
47 |
| -export(resample) |
48 |
| -export(reweight) |
49 |
| -export(roc_pivot) |
50 |
| -export(stack_metrics) |
51 |
| -import(ggplot2) |
52 |
| -import(patchwork) |
53 |
| -importFrom(DALEX,model_performance) |
54 |
| -importFrom(DALEX,theme_drwhy) |
55 |
| -importFrom(DALEX,theme_drwhy_vertical) |
56 |
| -importFrom(ggdendro,dendro_data) |
57 |
| -importFrom(ggdendro,segment) |
58 |
| -importFrom(ggrepel,geom_text_repel) |
59 |
| -importFrom(stats,dist) |
60 |
| -importFrom(stats,ecdf) |
61 |
| -importFrom(stats,hclust) |
62 |
| -importFrom(stats,median) |
63 |
| -importFrom(stats,na.omit) |
64 |
| -importFrom(stats,quantile) |
65 |
| -importFrom(utils,head) |
| 1 | +# Generated by roxygen2: do not edit by hand |
| 2 | + |
| 3 | +S3method(plot,all_cutoffs) |
| 4 | +S3method(plot,ceteris_paribus_cutoff) |
| 5 | +S3method(plot,chosen_metric) |
| 6 | +S3method(plot,fairness_heatmap) |
| 7 | +S3method(plot,fairness_object) |
| 8 | +S3method(plot,fairness_pca) |
| 9 | +S3method(plot,fairness_radar) |
| 10 | +S3method(plot,fairness_regression_object) |
| 11 | +S3method(plot,group_metric) |
| 12 | +S3method(plot,metric_scores) |
| 13 | +S3method(plot,performance_and_fairness) |
| 14 | +S3method(plot,stacked_metrics) |
| 15 | +S3method(plot_fairmodels,default) |
| 16 | +S3method(plot_fairmodels,explainer) |
| 17 | +S3method(plot_fairmodels,fairness_object) |
| 18 | +S3method(print,all_cutoffs) |
| 19 | +S3method(print,ceteris_paribus_cutoff) |
| 20 | +S3method(print,chosen_metric) |
| 21 | +S3method(print,fairness_heatmap) |
| 22 | +S3method(print,fairness_object) |
| 23 | +S3method(print,fairness_pca) |
| 24 | +S3method(print,fairness_radar) |
| 25 | +S3method(print,fairness_regression_object) |
| 26 | +S3method(print,group_metric) |
| 27 | +S3method(print,metric_scores) |
| 28 | +S3method(print,performance_and_fairness) |
| 29 | +S3method(print,stacked_metrics) |
| 30 | +export(all_cutoffs) |
| 31 | +export(calculate_group_fairness_metrics) |
| 32 | +export(ceteris_paribus_cutoff) |
| 33 | +export(choose_metric) |
| 34 | +export(confusion_matrix) |
| 35 | +export(disparate_impact_remover) |
| 36 | +export(expand_fairness_object) |
| 37 | +export(fairness_check) |
| 38 | +export(fairness_check_regression) |
| 39 | +export(fairness_heatmap) |
| 40 | +export(fairness_pca) |
| 41 | +export(fairness_radar) |
| 42 | +export(group_matrices) |
| 43 | +export(group_metric) |
| 44 | +export(group_model_performance) |
| 45 | +export(metric_scores) |
| 46 | +export(performance_and_fairness) |
| 47 | +export(plot_density) |
| 48 | +export(plot_fairmodels) |
| 49 | +export(pre_process_data) |
| 50 | +export(regression_metrics) |
| 51 | +export(resample) |
| 52 | +export(reweight) |
| 53 | +export(roc_pivot) |
| 54 | +export(stack_metrics) |
| 55 | +import(ggplot2) |
| 56 | +import(patchwork) |
| 57 | +importFrom(DALEX,model_performance) |
| 58 | +importFrom(DALEX,theme_drwhy) |
| 59 | +importFrom(DALEX,theme_drwhy_vertical) |
| 60 | +importFrom(ggdendro,dendro_data) |
| 61 | +importFrom(ggdendro,segment) |
| 62 | +importFrom(ggrepel,geom_text_repel) |
| 63 | +importFrom(stats,binomial) |
| 64 | +importFrom(stats,dist) |
| 65 | +importFrom(stats,ecdf) |
| 66 | +importFrom(stats,glm) |
| 67 | +importFrom(stats,hclust) |
| 68 | +importFrom(stats,median) |
| 69 | +importFrom(stats,na.omit) |
| 70 | +importFrom(stats,quantile) |
| 71 | +importFrom(utils,head) |
0 commit comments