Skip to content

v0.5.0

Compare
Choose a tag to compare
@hoffmansc hoffmansc released this 03 Sep 03:41

AIF360 v0.5.0 Release Notes

Highlights

  • New algorithms:
    • FairAdapt
  • New metrics:
    • MDSS
    • class_imbalance, kl_divergence, conditional_demographic_disparity
    • intersection and one_vs_rest meta-metrics
  • sklearn-compatible ports:
    • differential fairness metrics
    • MEPS, COMPAS violent
    • RejectOptionClassification, LearnedFairRepresentations

New Features/Improvements

  • Multidimensional subset scanning (MDSS) for bias in classifiers by @Viktour19 in #238
  • Update component.yaml to kfp v2 sdk by @yhwang in #259
  • Fairadapt inclusion in AIF360 by @dplecko in #257
  • Added a tutorial for advertising data by @barvek in #310
  • More sklearn-compatible algorithms by @hoffmansc in #318
  • Dataset Improvements by @hoffmansc in #278
    • array of sample-wise protected attributes may now be passed in prot_attr instead of an index label
  • Method of the month (July) by @hoffmansc in #324
  • sklearn-compat additions by @mnagired in #322
    • add predict_proba to RejectOptionClassifier
  • More sklearn-compatible metrics by @hoffmansc in #290
    • smoothed_edf, df_bias_amplification
    • class_imbalance, kl_divergence, conditional_demographic_disparity
    • intersection, one_vs_rest

Backwards-Incompatible Changes

  • Add detectors api by @Adebayo-Oshingbesan in #305
    • version of bias_scan in aif360.metrics to be deprecated next release

Fixes

New Contributors

Full Changelog: v0.4.0...v0.5.0