Metadata-Version: 2.1
Name: explainax
Version: 0.0.1
Summary: JAX-based Model Explanation and Interpretation Library
Home-page: https://github.com/birkhoffg/explainax
Author: Hangzhi Guo
Author-email: 26811230+BirkhoffG@users.noreply.github.com
License: Apache Software License 2.0
Keywords: JAX,Explainability,Interpretability,Model Explanation,Model Interpretation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scikit-learn (<1.4.0,>=1.0.2)
Requires-Dist: pandas
Requires-Dist: nbdev
Requires-Dist: jupyter
Requires-Dist: dm-haiku
Requires-Dist: jax[cpu]
Requires-Dist: optax
Requires-Dist: pydantic (<2,>=1.9.0)
Requires-Dist: deprecation
Provides-Extra: dev

# Explainax: An Explainable AI Library for JAX

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

![Python](https://img.shields.io/pypi/pyversions/explainax.svg) ![CI
status](https://github.com/BirkhoffG/explainax/actions/workflows/test.yaml/badge.svg)
![Docs](https://github.com/BirkhoffG/explainax/actions/workflows/deploy.yaml/badge.svg)
![pypi](https://img.shields.io/pypi/v/explainax.svg) ![GitHub
License](https://img.shields.io/github/license/BirkhoffG/explainax.svg)

[**Installation**](#installation) \|
[**Documentation**](https://birkhoffg.github.io/explainax/)

`explainax` is a JAX library for model explanation and interpretation.

## Installation

Simply install via `pypi`:

``` sh
pip install explainax --upgrade
```

Or upgrade to the latest version of `explainax`:

``` sh
pip install git+https://github.com/BirkhoffG/explainax.git --upgrade
```
