rust_shap

Crates.iorust_shap
lib.rsrust_shap
version0.1.0
created_at2026-01-09 19:21:14.387917+00
updated_at2026-01-09 19:21:14.387917+00
descriptionA lightweight Rust implementation of Kernel SHAP
homepage
repository
max_upload_size
id2032662
size25,472
(profmkhalidshaikh)

documentation

README

rust-shap

A lightweight, model-agnostic implementation of Kernel SHAP in Rust.

Features

  • Kernel SHAP for numeric tabular data
  • Model-agnostic black-box explanations
  • Deterministic and memory-safe
  • Suitable for systems and embedded contexts

Usage

use rust_shap::kernel::kernel_shap;
Commit count: 0

cargo fmt