Fairmodels Versions Save

Flexible tool for bias detection, visualization, and mitigation

v1.2.1

1 year ago

v1.1.0

3 years ago

v1.0.1

3 years ago
  • Changed examples - added parameter num.threads = 1 to ranger and added donttest{} to examples with long computation time.
  • Added citation information
  • Added additional reference in fairness_check() documentation.
  • Fixed links in DESCRIPTION and README.
  • Fixed bug which appeared when two fairness objects were passed to fairness_check without an explainer. (#36)
  • Extended documentation for epsilon parameter in fairness_check() function.

v0.2.4

3 years ago
  • Deleted on-load information message about four-fifths rule.
  • Fixed bug with NA warning in metrics that are not chosen. (#32)
  • Fixed the way the parity_loss is calculated in all_cutoffs and ceteris_paribus_cutoff. (#24)
  • Updated vignettes
  • changed documentation of functions to explicitly state metrics instead of fairness_check_metrics(). (#29)
  • Fixed typos (#27 and #28)
  • Changed conclusion drawn from density plot in Basic Tutorial (#26)

v0.2.2

3 years ago

The biggest change in the release was superseding differences with ratios. This affected both fairness_check and parity_loss. More on that in NEWS.md and documentation

v0.1.1

3 years ago

First version on CRAN