Installation#
Base install#
pip install spectral-model-explainer
Plotting extras#
Install Plotly and optional notebook support:
pip install "spectral-model-explainer[plotting]"
Docs extras#
Install the Sphinx docs toolchain:
pip install "spectral-model-explainer[docs]"
From source#
git clone https://github.com/joseviniciusr/SMX
cd SMX
pip install -e ".[plotting,docs]"