Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 876 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 876 Bytes

Explainax: An Explainable AI Library for JAX

Python CI status Docs pypi GitHub License

Installation | Documentation

explainax is a JAX library for model explanation and interpretation.

Installation

Simply install via pypi:

pip install explainax --upgrade

Or upgrade to the latest version of explainax:

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