-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding robustness metrics for binary classification #167
Closed
fracarfer5
wants to merge
76
commits into
main
from
feature/robustness-metrics-binary-classification
Closed
Adding robustness metrics for binary classification #167
fracarfer5
wants to merge
76
commits into
main
from
feature/robustness-metrics-binary-classification
Conversation
This file contains 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
Contributor
fracarfer5
commented
Jul 22, 2024
•
edited
Loading
edited
- Adding source code for empirical robustness and adversarial accuracy metrics
- Adding source code for binary classification attackers (HSJ and Zoo)
- Adding unit tests
- Adding documentation
- Adding implementation tutorial
* many things * merge struct and docs
* docs: formatting docstrings to numpy-like docs format * chore: updating pyproject to ignore mitigation folder * refactor: updating code with recommended ruff practices * fix: updating pyproject for ruff support * chore: updating pyprojectt * chore: updating pyproject
* docs: updating docstrings for commons in bias mitigation methods * docs: updating docstrings for preprocessing bias mitigation methods
* many things * merge struct and docs * update dataset and mitigation
* update dataet map function * filter * ok * fix: headers
* feat: adding seed to allow reproducibility to synthetic generation ranking * feat: adding recsys dataset and tolerance threshold parameter in check results function * tests: adding tests for recsys mitigators for in-, pre-, and post-processing methods * refactor: refactoring recsys tutorials with new dataset function * refactor: refactoring recsys measuring bias tutorial with new dataset and updated paths
Co-authored-by: crismunoz <cristian.munoz@holisticai.com>
* reafactory: clean files * fix: ruff * update ruff
* fix: dataset and test * fix: format * chore: fix name * chore: add cache dir * chore: create cache dir * chore: upate python viersion * update with new versions numpy * Update workflow * chore: udpate types * chore: update dependencies and remove invalid dependencies * chore: update test * chore: update changes * chore: remove import
* docs: adding xai metrics documentation * chore: hatch fmt
* chore: update security and exaplainability * test: fix atol
* feat: adding template for class docstrings rendering * docs: updating docstrings for bias mitigation methods * fix: renaming method * fix: disabling ruff for privated method * fix: updating variable name * fix: updating variable name * fix: making sensgroups variable public in reweighing * fix: making sensgroups variable public in reweighing * docs: fixing lint * docs: updating methods and references from docstrings
…o feature/robustness-metrics-binary-classification
* docs: improve docstring and remove old dependenceis * chore: hatch format
* docs: adding descriptions for inprocessing methods * docs: updating method descriptions, adding index and reformatting sectinos * docs: adding learning task note for all methods * docs: adding documentation for adversarial debiasing and debiasing learning methods --------- Co-authored-by: Cristian Muñoz <cristian.munoz@holisticai.com>
…o feature/robustness-metrics-binary-classification
* docs: improve docstring and remove old dependenceis * chore: hatch format * chore: update security info
* chore: partial dependence formatting * chore: fmt
…o feature/robustness-metrics-binary-classification
…/robustness-metrics-binary-classification
|
crismunoz
deleted the
feature/robustness-metrics-binary-classification
branch
September 23, 2024 15:17
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.