Preview v0.4.0
Crucible Xai
Explainable AI (XAI) tools for the Crucible framework. Includes LIME implementations, SHAP-like explanations, feature attribution, and model interpretability for local and global…
Stats & Info
- Latest release: v0.4.0
- Recent downloads: 161
- All-time downloads: 254
- Maintainers: nshkrdotcom
Installation
Add crucible_xai to your list of dependencies in mix.exs:
def deps do
[
{:crucible_xai, "~> 0.4.0"}
]
endThen run:
mix deps.get