CRAN-v0.7.0
koenderks
released this
04 Oct 15:03
·
225 commits
to development
since this release
jfa 0.7.0
New features
- Added a new function
model_fairness()
to compute fairness metrics for algorithm auditing on the basis of predictions of an algorithm.
Minor changes
- In the
evaluation()
function, the typical stringer bound has been changed frommethod = "stringer"
tomethod = "stringer.binomial"
. Furthermore, additional methodsstringer.poisson
andstringer.hypergeometric
are added that apply the stringer bound using the Poisson and hypergeometric distributions, respectively. Thestringer
method will remain for now but redirect tostringer.binomial
. - Compatibility with
rstantools 2.3.1
.