trustyai-explainability/trustyai-explainability-python

Python bindings for TrustyAI's explainability library

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 39 minutes ago
Added to GitGenius on November 20th, 2025
Created on April 27th, 2021
Open Issues & Pull Requests: 22 (+0)
Number of forks: 13
Total Stargazers: 20 (+0)
Total Subscribers: 4 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.0 days
Mean response time: 124.8 days
90th percentile: 575.3 days
Tracked items: 6

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 12
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,133 days
Stale 30+ days: 12
Stale 90+ days: 12

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • kind/enhancement (28)
  • kind/bug (7)
  • kind/dependencies (5)
  • kind/docs (5)
  • bindings (4)
  • pipeline (4)
  • good first issue (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

TrustyAI Explainability Python is a Python bindings library that wraps TrustyAI's explainability capabilities, enabling Python developers to access explainable AI functionality through a native Python interface. The library is maintained at version 0.6.3 and serves as the Python entry point to TrustyAI's broader explainability ecosystem, which is part of the Kogito project. The repository is classified across multiple AI trustworthiness domains including explainable AI, model explanations, AI fairness, AI robustness, and specific explanation techniques such as counterfactuals, SHAP, and LIME, as well as capabilities for detecting data drift and analyzing black-box models.

The library provides multiple installation pathways to accommodate different user needs. Users can install directly from PyPi for standard usage, set up dependencies locally from the repository root for development work, or use Docker containerization for isolated environments with Jupyter server access on localhost:8888. Additionally, the project supports interactive exploration through Binder, allowing users to run example Jupyter notebooks directly in the browser without local installation. Comprehensive API documentation and usage examples are available through the ReadTheDocs page, which serves as the primary reference for developers integrating the library into their projects.

The most frequently tracked issue categories are bug reports with three instances, followed by dependency updates and enhancement requests with two instances each. This activity pattern reflects ongoing maintenance and incremental feature development rather than rapid iteration cycles.

This distribution indicates a relatively small but dedicated core team managing the project.

The library is positioned as a bridge between Python developers and TrustyAI's Java-based explainability engine, making advanced model interpretability techniques accessible to the Python data science community. Working examples are maintained in a separate examples repository, allowing users to learn through practical demonstrations. The project welcomes community contributions through a documented contribution process outlined in the CONTRIBUTING.md file, supporting the collaborative development model typical of open source explainability tools.