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.
5plugins reuse this skill
First indexed Jul 10, 2026
npx claudepluginhub ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin model-explainability-toolBuild this skill enables AI assistant to provide interpretability and explainability for machine learning models. it is triggered when the user requests explanations for model predictions, insights into feature importance, or help understanding model behavior... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
Explains machine learning predictions using SHAP, LIME, feature importance, partial dependence, and attention maps. Helps debug models, build trust, and extract actionable insights.
Explains 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.