shap-rs 0.1.0

Native Rust implementations of model-agnostic, linear, and TreeSHAP explainers
Documentation
1
2
3
4
pub mod exact;
pub mod tree;
pub use exact::{ExactInteractionExplainer, InteractionExplanation};
pub use tree::{TreeInteractionExplainer, TreeInteractionExplanation};