Skip to content

Releases: saist1993/fairgrad

v0.1.3

06 Sep 12:37
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • Now supports "equal_odds", "equal_opportunity", "accuracy_parity", and "demographic_parity". Note that demographic parity is only supported for binary case.
  • Supports both GPU and CPU based models.

0.1.2

22 Aug 11:21
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

In this release we provide

  • Fairness support - Equal Odds, Equal Opportunity, and Accuracy Parity.
  • Supports exact and approximate fairness.
  • MultiClass and MultiLabel support.