hovinh / QII

This is a API to use the Algorithmic Transparency method - Quantitative Input Influence (QII).
MIT License
11 stars 3 forks source link

QII

The qii_tool package is an implementation of the QII method proposed in the paper "Algorithmic Transparency via Quantitative Input Influence: Theory and Experiments with Learning Systems". The original paper discusses the transparency-privacy tradeoff, whereas this particular package only exploits its transparency aspect to be used as an influence measures for interpretable machine learning.

Install qii_tool on your system using:

pip install qii_tool

or clone the repository and run:

python setup.py bdist_wheel
python -m pip install dist/qii_tool-0.1.2-py3-none-any.whl

Following examples can be found in the experiments:

iris plot

original digit digit plot

Extensions:

The package is implemented in such a way that it is easy to extend to user's need. Following are several examples:

Credit: