From 0926040ff754ec6f74364b8c79a07e9744600b41 Mon Sep 17 00:00:00 2001 From: Shivam Jindal Date: Mon, 4 Jan 2021 22:06:40 -0800 Subject: [PATCH] Adding FlipRate metrics for Counterfactual Fairness Evaluation PiperOrigin-RevId: 350078313 --- RELEASE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 25dd3fb7..4a12d132 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,6 +4,8 @@ ## Major Features and Improvements +* Add Flip Count metrics for Counterfactual Fairness evaluation. + ## Bug fixes and other changes ## Breaking changes @@ -14,8 +16,6 @@ ## Major Features and Improvements -* N/A - ## Bug fixes and other changes * Added test cases for DLVM testing. @@ -40,6 +40,7 @@ * Sorting fairness metrics table rows to keep slices in order with slice drop down in the UI. +* Add Flip Rate metrics for Counterfactual Fairness evaluation. ## Bug fixes and other changes