rust_shap 0.1.0

A lightweight Rust implementation of Kernel SHAP
Documentation

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;