项目作者: kiegroup

项目描述 :
A sandbox repository for the Trusty AI team
高级语言: Jupyter Notebook
项目地址: git://github.com/kiegroup/trusty-ai-sandbox.git
创建时间: 2020-03-31T12:17:26Z
项目社区:https://github.com/kiegroup/trusty-ai-sandbox

开源协议:Apache License 2.0

下载


trusty-ai-sandbox

Trusty CI Binder

A sandbox repository for the Trusty AI team

Content

Counterfactual explanation with OptaPlanner

Code of the demo we presented at OptaPlanner week about the usages of OptaPlanner to produce CF explaination:
video + code

End to end POC: tracing + monitoring + explainability

POC to demonstrate how to use Kogito to execute a DMN and add tracing, monitoring and explainability features

End to end POC instructions

Note: the whole POC has been implemented and merged with Kogito codebase so you can use this guide to Kogito and reproduce the same features

Explainability research

explainability folder contains initial experiments of different approaches to apply local explainability to a decision service

Front-end POC

Playground used to design and implement initial version of Audit UI. Code has been merged on Kogito codebase and can be found here

PMML notebook

Example of a Jupyter notebook that shows how to train a model and export it as PMML to be integrated then to DMN (link). The notebook has been created starting from risk-pmml-builder example.

StackOverflow POC

POC that applies multiple algorithms to classify StackOverflow questions (link)