rust_shap 0.1.0

A lightweight Rust implementation of Kernel SHAP
Documentation
[package]

name = "rust_shap"

version = "0.1.0"

edition = "2021"

authors = ["Dr. M. Khalid Shaikh"]

description = "A lightweight Rust implementation of Kernel SHAP"

keywords = ["xai", "shap", "explainable-ai", "machine-learning"]

categories = ["science", "algorithms"]

license = "MIT"

readme = "README.md"



[dependencies]

rand = "0.8"

serde = { version = "1.0", features = ["derive"] }



# Linear algebra

ndarray = "0.15"

ndarray-linalg = "0.16"

nalgebra = "0.32"



# Parallelism

rayon = "1.8"

csv = "1.3"