Skip to content

ruivieira/trustyai-explainability-python

This branch is 1 commit ahead of, 2 commits behind trustyai-explainability/trustyai-explainability-python:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b312bfd · Sep 9, 2024
Sep 9, 2024
Jan 19, 2024
Jul 31, 2024
Dec 7, 2022
Sep 9, 2024
Sep 6, 2024
Jul 8, 2021
Jul 21, 2022
Nov 21, 2022
Jan 19, 2024
Feb 2, 2024
Nov 22, 2023
Apr 27, 2021
Nov 15, 2022
Mar 8, 2024
Jul 28, 2023
Nov 4, 2021
Sep 9, 2024
Dec 7, 2023

Repository files navigation

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.

About

Python bindings for TrustyAI's explainability library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%