responsible-ai-widgets/raiutils
Kartik Choudhary 010289f0b4
Fix retry function not stopping for long time after sending an interrupt (#2486)
* Added info about required packages

* Update responsibleaidashboard-question-answering-model-debugging.ipynb

* show example prediction

* Update responsibleaidashboard-question-answering-model-debugging.ipynb

* fix retry func not stopping for long time after sending interrupt

* add fallback for non-integer delay

* add tests for retry func fix

* fix flake8 issues in test functions

* fix import order on test_retry_func

Signed-off-by: Kartik Choudhary <kartikchoudh@umass.edu>

* fix retry func not stopping for long time after sending interrupt

* add fallback for non-integer delay

* add tests for retry func fix

* fix flake8 issues in test functions

* fix import order on test_retry_func

Signed-off-by: Kartik Choudhary <kartikchoudh@umass.edu>

* upgrade plotly to latest version 2.27.1 (#2484)

---------

Signed-off-by: Kartik Choudhary <kartikchoudh@umass.edu>
Co-authored-by: Ilya Matiach <ilmat@microsoft.com>
2024-01-11 15:29:13 -05:00
..
raiutils Fix retry function not stopping for long time after sending an interrupt (#2486) 2024-01-11 15:29:13 -05:00
tests Fix retry function not stopping for long time after sending an interrupt (#2486) 2024-01-11 15:29:13 -05:00
.gitignore Add License and Requirements to Source Distribtion (#1522) 2022-07-05 13:08:46 -04:00
LICENSE Add License and Requirements to Source Distribtion (#1522) 2022-07-05 13:08:46 -04:00
MANIFEST.in Add License and Requirements to Source Distribtion (#1522) 2022-07-05 13:08:46 -04:00
README.md remove python 3.6 from builds, tests and packages (#2442) 2023-12-06 11:34:24 -05:00
requirements-dev.txt Remove un-needed `requests` dependency and remove pins (#2083) 2023-05-31 02:26:34 +00:00
requirements.txt Add more utilities into raiutils (#1295) 2022-06-06 16:10:52 -07:00
setup.py remove python 3.6 from builds, tests and packages (#2442) 2023-12-06 11:34:24 -05:00

README.md

Responsible AI Utilities for Python

This package has been tested with Python 3.7, 3.8, 3.9, 3.10 and 3.11

The Responsible AI Utilities package contains common functions shared across various RAI tools, including fairlearn, interpret-community, responsibleai, raiwidgets and other packages, as well as notebook examples.

Please see the main documentation website: https://responsibleaitoolbox.ai/

The open source code can be found here: https://github.com/microsoft/responsible-ai-widgets