Skip to content

Releases: fidelity/jurity

jurity 2.1.0

Choose a tag to compare

@AshishPvjs AshishPvjs released this 13 Sep 22:04
d3217fb

Major

  • Remove support for Python 3.7 and add support for Python 3.11 and Python 3.12
  • Update CI test environment to drop Python 3.7 and add Python 3.11, Python 3.12.
  • Fix typos in docstrings for fairness metrics get_scores method.
  • Update S3 link in evalrs lfm_dataset_path
  • Add Probabilistic Fairness Metric calculation example in quick start.
  • Adding setuptools in github worklow to address no pre-install of setuptools in Python 3.12

jurity 2.0.1

Choose a tag to compare

@skadio skadio released this 25 Jan 23:00
2a25b87
  • (minor) adding simulator utilities and minor fixes

jurity 2.0.0

Choose a tag to compare

@bkleyn bkleyn released this 08 Sep 12:13
fa968bc
  • Probabilistic fairness metrics are added based on membership likelihoods and surrogates --thanks to @mthielbar
  • Algorithm based on Surrogate Membership for Inferred Metrics in Fairness Evaluation (LION 2023)

jurity 1.3.4

Choose a tag to compare

@takojunior takojunior released this 02 Aug 14:23
2973775

What's Changed

  • Added False Omission Rate Difference to Binary Fairness Metrics

New Contributors

jurity 1.3.3

Choose a tag to compare

@bkleyn bkleyn released this 14 Jun 01:14
989d8cb
  • Fixed Pandas deprecated function.

jurity 1.3.2

Choose a tag to compare

@wddcheng wddcheng released this 10 Feb 20:27
  • New diversity metric released: intra-list diversity.

jurity 1.3.1

Choose a tag to compare

@filip-michalsky filip-michalsky released this 14 Jan 23:03
8061d4c
  • New diversity metric released: inter-list diversity.

Author: @takojunior

jurity 1.3.0

Choose a tag to compare

@bkleyn bkleyn released this 02 Aug 15:44
1a6797e
  • Added Inverse Propensity Scoring (IPS) and Doubly Robust Estimation (DR) CTR estimation methods.

jurity 1.2.2

Choose a tag to compare

@bkleyn bkleyn released this 14 Jul 19:31
e7813ad
  • AUG bugfix

jurity 1.2.1

Choose a tag to compare

@filip-michalsky filip-michalsky released this 23 Jun 14:41
3a5b3d8
  • Fixed docs links