Releases: ModelOriented/fairmodels
Releases · ModelOriented/fairmodels
CRAN v1.2.1
CRAN v1.2.0
CRAN v1.1.0
Issue #38 (#39) * plot scale fix and regression * description and fixes * test and fixes * update tests * Bump version and update NEWS * fix plot density * Update links and descriptions * add NEWS entry * update README * add seed
CRAN v1.0.1
- Changed examples - added parameter
num.threads = 1
toranger
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 infairness_check()
function.
CRAN v0.2.4
- 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)
CRAN v0.2.2
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
CRAN v0.1.1
First version on CRAN