-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
38 lines (38 loc) · 1.25 KB
/
DESCRIPTION
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
Package: fairpan
Type: Package
Title: Comfortable Tool for Making Fair Classifier with the Neural Networks
Version: 0.1.0
Authors@R:
c(person("Hubert", "Ruczyński", role=c("aut","cre"),
email = "[email protected]"),
person("Jakub", "Wiśniewski", role = c("aut","rev"),
email = "[email protected]"),
person("Przemysław", "Biecek", role = c("cph"),
email = "[email protected]"))
Maintainer: Hubert Ruczyński <[email protected]>
Description: The tool not only for creating fair predictive adversarial networks, but also for monitoring the training process and visualizing its outcomes. This package is really flexible, because the user can not only provide its own neural network models, but also create them with our functions.
License: GPL-3
Encoding: UTF-8
VignetteBuilder: knitr
Depends:
torch (>= 0.5.0),
R (>= 4.0)
Imports:
fairmodels (>= 1.1.0),
coro (>= 1.0.1),
mltools (>= 0.3.5),
stats,
magrittr (>= 2.0.1),
ggplot2 (>= 3.3.0),
DALEX (>= 2.3.0),
Rcpp,
gridExtra
Language: en-US
RoxygenNote: 7.1.1
Suggests:
knitr (>= 1.33),
rmarkdown (>= 2.1.0),
qpdf (>= 1.1),
testthat (>= 3.0.4),
covr (>= 3.5.1)
Config/testthat/edition: 3