rust_shap 0.1.0

A lightweight Rust implementation of Kernel SHAP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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

```rust
use rust_shap::kernel::kernel_shap;