responsible-ai-widgets/erroranalysis
Ilya Matiach 81f6388974
Update responsibleai to scikit-learn 1.5.1 (#2570)
2024-07-05 17:27:25 -04:00
..
erroranalysis release erroranalysis 0.5.4 (#2557) 2024-04-17 00:19:31 -04:00
tests Data Imputation Fix in `erroranalysis` (#2436) 2023-12-13 10:52:04 -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 Update MANIFEST.in (#2476) 2023-12-29 12:19:44 -05:00
README.md remove python 3.6 from builds, tests and packages (#2442) 2023-12-06 11:34:24 -05:00
requirements-dev.txt Update responsibleai to scikit-learn 1.5.1 (#2570) 2024-07-05 17:27:25 -04:00
requirements-object-detection.txt Hotfix to add VEM as soft dependency to `erroranalysis` (#2290) 2023-08-31 17:20:10 +00:00
requirements.txt Fix responsibleai toolbox build failures due to dependency updates (#2571) 2024-07-01 12:18:42 -04:00
setup.py remove python 3.6 from builds, tests and packages (#2442) 2023-12-06 11:34:24 -05:00

README.md

Error Analysis SDK for Python

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

The error analysis sdk enables users to get a deeper understanding of machine learning model errors. When evaluating a machine learning model, aggregate accuracy is not sufficient and single-score evaluation may hide important conditions of inaccuracies. Use Error Analysis to identify cohorts with higher error rates and diagnose the root causes behind these errors.

Highlights of the package include:

  • The error heatmap to investigate how one or two input features impact the error rate across cohorts
  • The decision tree surrogate model trained on errors to discover cohorts with high error rates across multiple features. Investigate indicators such as error rate, error coverage, and data representation for each discovered cohort.

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

Auto-generated sphinx API documentation can be found here: https://erroranalysis.ai/raiwidgets.html

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