项目作者: ruivieira

项目描述 :
Python bindings for TrustyAI's explainability library
高级语言: Python
项目地址: git://github.com/ruivieira/python-trustyai.git
创建时间: 2021-04-27T19:55:16Z
项目社区:https://github.com/ruivieira/python-trustyai

开源协议:Apache License 2.0

下载


version Tests

python-trustyai

Python bindings to TrustyAI‘s explainability library.

Setup

PyPi

Install from PyPi with

  1. pip install trustyai

To install additional experimental features, also use

  1. pip install trustyai[extras]

Local

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

  1. pip install .

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

  1. pip install '.[dev]'

Docker

Alternatively create a container image and run it using

  1. $ docker build -f Dockerfile -t python-trustyai:latest .
  2. $ 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.