Intel® Explainable AI Tools
Project description
Intel® Explainable AI Tools
This repository provides tools for data scientists and MLOps engineers that have requirements specific to AI model interpretability.
Overview
The Intel Explainable AI Tools are designed to help users detect and mitigate against issues of fairness and interpretability, while running best on Intel hardware. There are two Python* components in the repository:
- Model Card Generator
- Creates interactive HTML reports containing model performance and fairness metrics
- Explainer
- Runs post-hoc model distillation and visualization methods to examine predictive behavior for both TensorFlow* and PyTorch* models via a simple Python API including the following modules:
- Attributions: Visualize negative and positive attributions of tabular features, pixels, and word tokens for predictions
- CAM (Class Activation Mapping): Create heatmaps for CNN image classifications using gradient-weight class activation CAM mapping
- Metrics: Gain insight into models with the measurements and visualizations needed during the machine learning workflow
- Runs post-hoc model distillation and visualization methods to examine predictive behavior for both TensorFlow* and PyTorch* models via a simple Python API including the following modules:
Get Started
Requirements
- Linux system or WSL2 on Windows (validated on Ubuntu* 20.04/22.04 LTS)
- Python 3.8, 3.9, 3.10
- Install required OS packages with
apt-get install build-essential python3-dev
- git (only required for the "Developer Installation")
Create and activate a Python3 virtual environment
We encourage you to use a python virtual environment (virtualenv or conda) for consistent package management. There are two ways to do this:
a. Using virtualenv
:
python3.9 -m virtualenv xai_env
source xai_env/bin/activate
b. Or conda
:
conda create --name xai_env python=3.9
conda activate xai_env
Basic Installation
pip install intel-xai
Developer Installation
Use these instructions to install the Intel Explainable AI Tools with a clone of the GitHub repository. This can be done instead of the basic pip install, if you plan on making code changes.
- Clone this repo and navigate to the repo directory:
git clone https://github.com/IntelAI/intel-xai-tools.git cd intel-xai-tools
- Install the Intel Explainable AI Tools using the following command:
make install
Additional Feature-Specific Steps
Notebooks may require additional dependencies listed in their associated documentation.
Verify Installation
Verify that your installation was successful by using the following commands, which display the Explainer and Model Card Generator versions:
python -c "from explainer import version; print(version.__version__)"
python -c "from model_card_gen import version; print(version.__version__)"
Running Notebooks
The following links have Jupyter* notebooks showing how to use the Explainer and Model Card Generator APIs in various ML domains and use cases:
Support
The Intel Explainable AI Tools team tracks bugs and enhancement requests using GitHub issues. Before submitting a suggestion or bug report, search the existing GitHub issues to see if your issue has already been reported.
*Other names and brands may be claimed as the property of others. Trademarks
DISCLAIMER
These scripts are not intended for benchmarking Intel platforms. For any performance and/or benchmarking information on specific Intel platforms, visit https://www.intel.ai/blog.
Intel is committed to the respect of human rights and avoiding complicity in human rights abuses, a policy reflected in the Intel Global Human Rights Principles. Accordingly, by accessing the Intel material on this platform you agree that you will not use the material in a product or application that causes or contributes to a violation of an internationally recognized human right.
License
Intel® Explainable AI Tools is licensed under Apache License Version 2.0.
Datasets and Models
To the extent that any data, datasets, or models are referenced by Intel or accessed using tools or code on this site such data, datasets and models are provided by the third party indicated as the source of such content. Intel does not create the data, datasets, or models, provide a license to any third-party data, datasets, or models referenced, and does not warrant their accuracy or quality. By accessing such data, dataset(s) or model(s) you agree to the terms associated with that content and that your use complies with the applicable license. DATASETS
Intel expressly disclaims the accuracy, adequacy, or completeness of any data, datasets or models, and is not liable for any errors, omissions, or defects in such content, or for any reliance thereon. Intel also expressly disclaims any warranty of non-infringement with respect to such data, dataset(s), or model(s). Intel is not liable for any liability or damages relating to your use of such data, datasets, or models.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for intel_xai-0.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6c1eeb4972a7ba37a5ac3d67d7af7423a9ddbf2273e9f0be8d75cfb59b92a19 |
|
MD5 | 96ee18710923e22a81153f4dd8a35cc1 |
|
BLAKE2b-256 | c7d47987660b54f731af2c3c960f5492466a08132b29ce88e648ca6403095e80 |