- changed ifelse to if else statement in
fairness_heatmapas per #57
- changed link to codecov in
README.md - changed
class(x) == 'fairness_regression_objecttoinherits(x, "fairness_regression_object")inplot_density.Raccording to CRAN comments - changed CITATION file (added reference to the RJournal)
- fix for #49
- fix for #48
- Added filtering metrics when plotting and printing of
fairness_object. - Added ability to add custom measure function to print method of
fairness_object - Refactored code with tidyverse style
- Changed the order of metrics in
metric_scoresplot to match the ones infairness_check - Added instruction for creating custom metric in README
- Added references to vignettes
- Enhanced the advanced vignette
- Fixed error which appeared when 2 fairness objects had the same labels in them. Now if this appears it throws an error. (#41)
privilegedparameter is now converted to character. (#41)reweight()function now accepts factors (#41)
- Added function
fairness_check_regression()that supports regression models along with 2 plot types (#38). - Added additional tests.
- Modularized
fairness_check()code. - Changed x-axis ticks generation in
fairness_check(). - Fixed issues with `plot_density
- Updated links in README and DESCRIPTION.
- Changed examples - added parameter
num.threads = 1torangerand 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_checkwithout an explainer. (#36)
- Extended documentation for
epsilonparameter infairness_check()function.
- Deleted on-load information message about four-fifths rule.
- Fixed bug with
NAwarning in metrics that are not chosen. (#32)
- Fixed the way the
parity_lossis calculated inall_cutoffsandceteris_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)
fairness_check_datanow instead of0hasNAdue to concerns of interpretability - insignificant difference could lead up to maximal value of loss. With that change whenNAis created user will see warning when plotting or printing. This doesn't affect other objects and plots.- Description fixes
- Added
metric_scoresplot to basic tutorial - Updated new documentation in
roc_pivot
- bug related to
fairness check plotfixed - rectangles did not appear for low epsilon values
- adhering to four-fifths (80%) rule - changed fairness check and parity loss calculation. Now ratio is being calculated instead of differences.(#17)
- Some plots now have default fairness metrics - same as in
fairness_check stack_metricsnow has parameterfairness_metrics- corrected vignettes
- enhanced tests
- changed examples in
metric_scoresfunction - changed
DALEXURL in README - changed pre-processing to preprocessing in DESCRIPTION
- main function
fairness_check()implemented - various bias visualization functions implemented
- pre-processing and post-processing bias mitigation techniques implemented
- 2 vignettes present