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 libraries empower developers and stakeholders of AI systems to develop and monitor AI more responsibly, and take better data-driven actions.
Перейти к файлу
KeXu444 f8d0578d2e
Xuke/downgradepkgversion (#19)
fix plotly issue that render line charts instead of bar charts
use caret package version to give consumer flexibility on package version.
2020-08-13 14:09:38 -07:00
.github/workflows Xuke/fix warning (#17) 2020-08-10 20:37:08 -07:00
.vscode Xuke/fixbuild (#18) 2020-08-12 09:49:14 -07:00
apps Xuke/fixbuild (#18) 2020-08-12 09:49:14 -07:00
libs Xuke/downgradepkgversion (#19) 2020-08-13 14:09:38 -07:00
tools Xuke/add mono repo (#7) 2020-08-03 17:38:17 -07:00
wrapped-flask Xuke/add prettier to ci (#14) 2020-08-08 00:09:23 -07:00
.editorconfig Xuke/add prettier to ci (#14) 2020-08-08 00:09:23 -07:00
.eslintrc Xuke/fix warning (#17) 2020-08-10 20:37:08 -07:00
.gitignore Xuke/add mono repo (#7) 2020-08-03 17:38:17 -07:00
.prettierignore Xuke/add mono repo (#7) 2020-08-03 17:38:17 -07:00
.prettierrc Xuke/add prettier to ci (#14) 2020-08-08 00:09:23 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-07-07 10:51:27 -07:00
LICENSE Updating LICENSE to template content 2020-07-07 10:51:29 -07:00
README.md Xuke/add prettier to ci (#14) 2020-08-08 00:09:23 -07:00
SECURITY.md Xuke/add prettier to ci (#14) 2020-08-08 00:09:23 -07:00
babel.config.json Xuke/add mono repo (#7) 2020-08-03 17:38:17 -07:00
jest.config.js Xuke/fix warning (#17) 2020-08-10 20:37:08 -07:00
nx.json Xuke/fixbuild (#18) 2020-08-12 09:49:14 -07:00
package.json Xuke/downgradepkgversion (#19) 2020-08-13 14:09:38 -07:00
rollup.config.js Xuke/fixbuild (#18) 2020-08-12 09:49:14 -07:00
setupTest.ts Xuke/fix warning (#17) 2020-08-10 20:37:08 -07:00
tsconfig.base.json Xuke/fixbuild (#18) 2020-08-12 09:49:14 -07:00
webpack.config.js Xuke/fixbuild (#18) 2020-08-12 09:49:14 -07:00
workspace.json Xuke/downgradepkgversion (#19) 2020-08-13 14:09:38 -07:00
yarn.lock Xuke/downgradepkgversion (#19) 2020-08-13 14:09:38 -07:00

README.md

This project contains packages to help the core responsible AI products.

This includes a shared service layer, that also maintains utilities to determine the environment it is running in and configure the local flask service appropriately.

Also, a base typescript library with controls that should be made common across responsible AI dashboards is maintained. Building on that, the typescript dashboards for each responsible AI product live in this project and are published to NPM for downstream consumption.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.