From model-explainability-tool
Explains ML model predictions using SHAP, LIME, and feature importance to identify influential features and debug behavior.
How this skill is triggered — by the user, by Claude, or both
Slash command
/model-explainability-tool:explaining-machine-learning-modelsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Interpret machine learning model predictions using SHAP, LIME, and feature importance analysis to explain model behavior.
Interpret machine learning model predictions using SHAP, LIME, and feature importance analysis to explain model behavior.
This skill empowers Claude to analyze and explain machine learning models. It helps users understand why a model makes certain predictions, identify the most influential features, and gain insights into the model's overall behavior.
This skill activates when you need to:
User request: "Explain why this loan application was rejected."
The skill will:
User request: "Interpret the customer churn model and identify the most important factors."
The skill will:
This skill integrates with other data analysis and visualization plugins to provide a comprehensive model understanding workflow. It can be used in conjunction with data cleaning and preprocessing plugins to ensure data quality and with visualization tools to present the explanation results in an informative way.
The skill produces structured output relevant to the task.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin model-explainability-toolExplains ML model predictions using SHAP values. Computes feature importance and generates SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap) for tree-based, deep learning, linear, and black-box models.
Explains ML model predictions with SHAP — computes feature importance and generates waterfall, beeswarm, bar, scatter, force, and heatmap plots. Works with XGBoost, LightGBM, PyTorch, TensorFlow, and other models.
Explains ML model predictions using SHAP with Tree/Deep/Linear/Kernel explainers and plots (beeswarm, waterfall, force). Use for feature attribution, debugging, fairness audits, model comparison.