Popular repositories
-
ResponsibleAI Public
Forked from romanlutz/ResponsibleAI
A collection of news articles, books, and papers on Responsible AI cases. The purpose is to study these cases and learn from them to avoid repeating the failures of the past.
-
fairlearn-proposals Public
Forked from fairlearn/fairlearn-proposals
Proposal Documents for Fairlearn
-
fairlearn Public
Forked from fairlearn/fairlearn
A Python package to assess and improve fairness of machine learning models.
Python
-
-
DiCE Public
Forked from interpretml/DiCE
Generate Diverse Counterfactual Explanations for any machine learning model.
Python
403 contributions in the last year
Contribution activity
September 2021
Created 4 commits in 2 repositories
Created 1 repository
- riedgar-ms/DiCE Python
Created a pull request in microsoft/responsible-ai-widgets that received 1 comment
Localized file check-in by OneLocBuild Task: Build definition ID 13985: Build ID 46400610
Autogenerated by localisation build.
Opened 2 other pull requests in 2 repositories
microsoft/responsible-ai-widgets
1
merged
interpretml/DiCE
1
merged
Reviewed 12 pull requests in 2 repositories
microsoft/responsible-ai-widgets
6 pull requests
fairlearn/fairlearn
6 pull requests
- DOC: example MetricFrame class #944
- DOC bump sphinx to 4.2.0
- Introduce StreamingMetricFrame to accumulate batches
- Updating the test_tensorflow.py file in the test_othermlpackages directory to use the newer wrappers
- Fixed bug when using custom Lagrange multipliers #940
- FIX Added error handling in MetricFrame
Created an issue in microsoft/responsible-ai-widgets that received 3 comments
Log format tampering in latest release
One of the updates in our recent responsibleai release appears to be tampering with logging.
Compare the output of:
import logging _logger = logging.…