Subgroup Fairness, Instantaneous Fairness, and Distributional Repair - v2#551
Open
Langbridge wants to merge 8 commits intoTrusted-AI:mainfrom
Open
Subgroup Fairness, Instantaneous Fairness, and Distributional Repair - v2#551Langbridge wants to merge 8 commits intoTrusted-AI:mainfrom
Langbridge wants to merge 8 commits intoTrusted-AI:mainfrom
Conversation
- Distributional Repair - Subgroup Fairness - Instantaneous Fairness Algorithms and their respective tests and examples are added. Signed-off-by: Abi-Langbridge1 <Abi.Langbridge1@ibm.com>
* rename bias_scan->MDSS_bias_scan (kept bias_scan as well for backwards compat) Signed-off-by: Abi-Langbridge1 <Abi.Langbridge1@ibm.com>
Signed-off-by: Abi-Langbridge1 <Abi.Langbridge1@ibm.com>
- Distributional Repair - Instantaneous Repair - Subgroup Repair Signed-off-by: Abi-Langbridge1 <Abi.Langbridge1@ibm.com>
* bugfix: drop_above arg used hard-coded names, removed * FACTS hotfix: drop_infeasible set to False this part of the code is problematic due to the use of hardcoded feature names. The required functionality should be achieved in some other way. * FACTS bugfix: feat weights were not passed properly * removed obsolete use of drop_above argument * FACTS: added test for user interface API * FACTS_bias_scan: test improvement Previously, the test case only had inf costs. Consequently, the exact values of the feature weights were not actually tested properly. Signed-off-by: Abi-Langbridge1 <Abi.Langbridge1@ibm.com>
Signed-off-by: Abi-Langbridge1 <Abi.Langbridge1@ibm.com>
Signed-off-by: Abi-Langbridge1 <Abi.Langbridge1@ibm.com>
Author
|
@rahulnair23 moving discussion here as I had to fork Joe's repo |
|
Apologies for the delay @Langbridge . I've missed reviewing this earlier. Could you check dependencies again? I'm getting a missing module error ( Thanks for including the downstream task. This is useful. Could you also report a fairness measure for this (the last cell of the demonstrator). It would help motivate users to use your methods as bias mitigation. Let me know if you need guidance on other items from my previous review:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates to @JoeJohnson01's PR #550 (see original PR for references) to close #549