v0.2.0
AIF360 v0.2.0 Release Notes
Highlights
New Algorithm:
- Meta-Algorithm for Fair Classification (Celis et al.. 2018)
New Features/Improvements
- Added download script for MEPS data
- Added ability to choose protected attribute for
DisparateImpactRemover
- Updated
OptimPreproc
to use the latest version ofcvxpy
- Added a threshold value to update
labels
from predictedscores
inCalibratedEqOddsPostprocessing
- New
scores_names
arg inStructuredDataset
allows for easier importing of predictions run elsewhere tutorial_gender_classification
notebook now usesskimage
instead ofcv2
aif360.__version__
now returns the correct version string
Fixes
- Changed Credit Scoring Tutorial to use
Reweighing
; added new demo usingAdversarialDebiasing
on Adult Dataset - Removed dependency on
subprocess.run
inPrejudiceRemover
for Python 2.7 compatibility - Fixed bug where
categorical_features
would not take into accountfeatures_to_drop
inStandardDataset
New Contributors
@ckadner, @cclauss, @vijaykeswani, @ffosilva, @kant, @adrinjalali, @mariaborbones