-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
50 lines (49 loc) · 1.49 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,fair_decision)
S3method(autoplot,fair_decision_test)
S3method(autoplot,fair_prediction)
S3method(autoplot,fair_prediction_test)
S3method(autoplot,faircause)
S3method(predict,fair_decision)
S3method(predict,fair_prediction)
S3method(print,faircause)
S3method(print,summary.faircause)
S3method(summary,faircause)
export(SFM_proj)
export(fair_decisions)
export(fair_predictions)
export(fairness_cookbook)
import(stats)
importFrom(assertthat,assert_that)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,position_fill)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grf,causal_forest)
importFrom(latex2exp,TeX)
importFrom(reticulate,py_run_file)
importFrom(reticulate,source_python)
importFrom(xgboost,xgb.DMatrix)
importFrom(xgboost,xgb.cv)
importFrom(xgboost,xgb.train)