Skip to main content

Python bindings to the TrustyAI explainability library.

Project description

version Tests

python-trustyai

Python bindings to TrustyAI's explainability library.

Setup

PyPi

Install from PyPi with

pip install trustyai

To install additional experimental features, also use

pip install trustyai[extras]

Local

The minimum dependencies can be installed (from the root directory) with

pip install .

If running the examples or developing, also install the development dependencies:

pip install '.[dev]'

Docker

Alternatively create a container image and run it using

$ docker build -f Dockerfile -t python-trustyai:latest .
$ docker run --rm -it -p 8888:8888 python-trustyai:latest

The Jupyter server will be available at localhost:8888.

Binder

You can also run the example Jupyter notebooks using mybinder.org: Binder

Documentation

Check out the ReadTheDocs page for API references and examples.

Getting started

Examples

There are several working examples available in the examples repository.

Contributing

Please see the CONTRIBUTING.md file for instructions on how to contribute to this project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trustyai-0.5.0.tar.gz (21.0 MB view hashes)

Uploaded Source

Built Distribution

trustyai-0.5.0-py3-none-any.whl (21.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page