-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.47 KB
/
Copy pathDESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.47 KB
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
Package: fairadapt
Title: Fair Data Adaptation with Quantile Preservation
Description: An implementation of the fair data adaptation with quantile
preservation described in Plecko & Meinshausen (JMLR 2020, 21(242), 1-44).
The adaptation procedure uses the specified causal graph to pre-process the
given training and testing data in such a way to remove the bias caused by
the protected attribute. The procedure uses tree ensembles for quantile
regression. Instructions for using the methods are further elaborated in
the corresponding JSS manuscript, see <doi:10.18637/jss.v110.i04>.
Version: 1.0.0
Authors@R: c(
person(given = "Drago",
family = "Plecko",
role = c("aut", "cre"),
email = "www.plecko@gmail.com"),
person(given = "Nicolas",
family = "Bennett",
role = "aut",
email = "nicolas.bennett@stat.math.ethz.ch")
)
License: GPL (>= 3)
Encoding: UTF-8
Language: en-US
LazyData: true
URL: https://github.com/dplecko/fairadapt
BugReports: https://github.com/dplecko/fairadapt/issues
Depends:
R (>= 3.5.0)
Imports:
ranger (>= 0.13.1),
assertthat,
quantreg,
qrnn,
igraph,
ggplot2,
cowplot,
scales
Suggests:
testthat (>= 3.0.3),
knitr,
rmarkdown,
rticles,
mvtnorm,
magick,
ggraph,
pdftools,
microbenchmark,
xtable,
spelling
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3