概要
This skill integrates SHAP (SHapley Additive exPlanations) into Claude Code, providing a robust toolkit for model interpretability and explainable AI (XAI). It enables users to compute SHAP values for a wide variety of model architectures—including tree-based models like XGBoost, deep learning frameworks like PyTorch and TensorFlow, and linear regressions. By generating essential visualizations such as beeswarm, waterfall, and force plots, the skill helps developers debug model behavior, identify data leakage, and ensure fairness by quantifying the specific contribution of every feature to individual predictions.