responsible-ai-toolbox icon indicating copy to clipboard operation
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...

Results 125 responsible-ai-toolbox issues
Sort by recently updated
recently updated
newest added
trafficstars

This PR is to pin datasets>=2.9.0 https://pypi.org/project/datasets/#history ## Description We are seeing dependency vulnerability on responsible text image due to protobuf version pin in nlp-feature-extractors 0.0.3. And we want to...

## Description Now that causal component can update if the global cohort changes, there was a bug in `TreatmentView.tsx` where new treatment policy for a new global cohort wouldn't update...

## Description Funneling metric calculation via asynchronous metric functions. The `generateMetricsCohortsCombined` is a asynchronous wrapper which calls backend SDK to fetch metrics in case such an endpoint is available. ##...

## Description Use pool for WSGIServer to ensure all greenlets exit to fix flaky flask testsAttempting to reduce flaky flask tests. ## Checklist - [ ] I have added screenshots...

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2. Release notes Sourced from json5's releases. v2.2.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies
javascript

## Description ## Checklist - [ ] I have added screenshots above for all UI changes. - [ ] I have added e2e tests for all UI changes. - [...

**Describe the bug** Hi, I'm trying to run: ```python from raiwidgets import ExplanationDashboard ExplanationDashboard(global_explanation, model, dataset=x_test_scaled, true_y=y_test) ``` but I got the error: ```python RuntimeError Traceback (most recent call last)...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: pip install raiwidgets **Expected behavior** successful installation. **Screenshots** ![ERRROR](https://user-images.githubusercontent.com/111504275/224021887-c5a387f5-8ea8-44ea-a038-33a47af0f6c8.PNG) **Desktop...

I team, I would like to be able to use responsible ai dashboard on Databricks, I can see in your latest [change doc](https://github.com/microsoft/responsible-ai-toolbox/blob/ea1fd9225030078c271477a38b0c749f20c6628a/CHANGES.md) you've added/ fixed a bug for Databricks,...

I switched the matplotlib backend to "qtAgg" using matplotlib.use() which caused raiwidget to stop displaying in localhost. I tried switching the backend back to "Agg", but the widgets still don't...