Skip to content

Commit 6498abf

Browse files
committed
candidate fix for #49
1 parent 2bd5db2 commit 6498abf

File tree

3 files changed

+451
-447
lines changed

3 files changed

+451
-447
lines changed

DESCRIPTION

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
Package: fairmodels
2-
Type: Package
3-
Title: Flexible Tool for Bias Detection, Visualization, and Mitigation
4-
Version: 1.2.0
5-
Authors@R:
6-
c(person("Jakub", "Wiśniewski", role = c("aut", "cre"),
7-
email = "[email protected]"),
8-
person("Przemysław", "Biecek", role = c("aut"),
9-
comment = c(ORCID = "0000-0001-8423-1823")))
10-
Description: Measure fairness metrics in one place for many models. Check how big is model's bias towards different races, sex, nationalities etc. Use measures such as Statistical Parity, Equal odds to detect the discrimination against unprivileged groups. Visualize the bias using heatmap, radar plot, biplot, bar chart (and more!). There are various pre-processing and post-processing bias mitigation algorithms implemented. Package also supports calculating fairness metrics for regression models. Find more details in (Wiśniewski, Biecek (2021)) <arXiv:2104.00507>.
11-
License: GPL-3
12-
Encoding: UTF-8
13-
LazyData: true
14-
Depends: R (>= 3.5)
15-
Imports:
16-
DALEX,
17-
ggplot2,
18-
scales,
19-
stats,
20-
patchwork,
21-
Suggests:
22-
ranger,
23-
gbm,
24-
knitr,
25-
rmarkdown,
26-
covr,
27-
testthat,
28-
spelling,
29-
ggdendro,
30-
ggrepel,
31-
RoxygenNote: 7.1.1.9001
32-
VignetteBuilder: knitr
33-
URL: https://fairmodels.drwhy.ai/
34-
BugReports: https://github.com/ModelOriented/fairmodels/issues
35-
Language: en-US
1+
Package: fairmodels
2+
Type: Package
3+
Title: Flexible Tool for Bias Detection, Visualization, and Mitigation
4+
Version: 1.2.1
5+
Authors@R:
6+
c(person("Jakub", "Wiśniewski", role = c("aut", "cre"),
7+
email = "[email protected]"),
8+
person("Przemysław", "Biecek", role = c("aut"),
9+
comment = c(ORCID = "0000-0001-8423-1823")))
10+
Description: Measure fairness metrics in one place for many models. Check how big is model's bias towards different races, sex, nationalities etc. Use measures such as Statistical Parity, Equal odds to detect the discrimination against unprivileged groups. Visualize the bias using heatmap, radar plot, biplot, bar chart (and more!). There are various pre-processing and post-processing bias mitigation algorithms implemented. Package also supports calculating fairness metrics for regression models. Find more details in (Wiśniewski, Biecek (2021)) <arXiv:2104.00507>.
11+
License: GPL-3
12+
Encoding: UTF-8
13+
LazyData: true
14+
Depends: R (>= 3.5)
15+
Imports:
16+
DALEX,
17+
ggplot2,
18+
scales,
19+
stats,
20+
patchwork,
21+
Suggests:
22+
ranger,
23+
gbm,
24+
knitr,
25+
rmarkdown,
26+
covr,
27+
testthat,
28+
spelling,
29+
ggdendro,
30+
ggrepel,
31+
RoxygenNote: 7.1.1.9001
32+
VignetteBuilder: knitr
33+
URL: https://fairmodels.drwhy.ai/
34+
BugReports: https://github.com/ModelOriented/fairmodels/issues
35+
Language: en-US

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# fairmodels 1.2.1
2+
* changed CITATION file (added reference to the RJournal)
3+
* fix for https://github.com/ModelOriented/fairmodels/issues/49
4+
15
# fairmodels 1.2.0
26
* Added filtering metrics when plotting and printing of `fairness_object`.
37
* Added ability to add custom measure function to print method of `fairness_object`

0 commit comments

Comments
 (0)