Python TrustyAI
Python TrustyAI is a Python library for explainable AI. It is a wrapper around the TrustyAI core explainability library.
Setup
The library is available on PyPi and can be installed with pip.
pip install trustyai
To install additional experimental features, the following command can be used:
pip install trustyai[extras]
Service integration
The Python TrustyAI library allows for interaction with a running TrustyAI service.
For an example, please consult the Accessing Service from Python tutorial.