responsible-ai-toolbox
responsible-ai-toolbox copied to clipboard
Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and libraries that enable a better understanding of AI systems. These interfaces and libr...
Implements Confusion Matrix logic, inspired by sklearn confusion matrix implementation.
## Description Add e2e for dependency plot Avg of abs value option ## Checklist - [ ] I have added screenshots above for all UI changes. - [ ] I...
## Description Currently the causal functionality shows causal effects and policy for the entire data. Selecting a cohort doesn't have an impact of the causal tab. This change adds the...
## Description Remove the unnecessary dependency pins in nlp-feature-extractors package. The pin on tqdm caused issues with other dependencies during image create, even though it is completely unnecessary (there is...
Bumps [d3-color](https://github.com/d3/d3-color) from 2.0.0 to 3.1.0. Release notes Sourced from d3-color's releases. v3.1.0 Add rgb.clamp and hsl.clamp. #102 Add color.formatHex8. #103 Fix color.formatHsl to clamp values to the expected range....
## Description In erroranalysis package, refactor the error rate metric computation into a function, to make it more similar to other metrics. ## Checklist - [ ] I have added...
## Description This PR enables cohort filtering capability for "Predicted Y". It enables this by adding the predicted values to the dataframe before the cohort filtering logic using the pandas...
## Description When doing WhatIf analysis in counterfactual panel, the predict call (via `requestPredictions` callback) send raw data as plain array. This can be problematic as the order of values...
**Describe the bug** Hi team, we are trying to run the Explanation Dashboard on a proxy server. But, unable to get some of the views like the tree view as...
**Describe the bug** AttributeError Traceback (most recent call last) Input In [15], in () ----> 1 ResponsibleAIDashboard(rai_insights, cohort_list=cohort_list) File ~/.conda/envs/response/lib/python3.8/site-packages/raiwidgets/responsibleai_dashboard.py:34, in ResponsibleAIDashboard.__init__(self, analysis, public_ip, port, locale, cohort_list, **kwargs) 31 def...