What problem does it solve?
This Skill helps you understand why a machine learning model made a prediction by turning feature contributions into clear, defensible explanations.
Core Features & Use Cases
- Prediction explanation: Break down single predictions into baseline shifts and per-feature attributions.
- Global interpretation: Summarize feature importance across many samples with SHAP-based rankings and distribution views.
- Model debugging and validation: Spot leakage, unexpected feature effects, instability, and misleading behavior in trained models.
- Fairness and comparison analysis: Compare explanations across cohorts or across multiple models to assess bias and consistency.
- Deep learning and black-box support: Work with tree models, neural networks, linear models, and general prediction functions using the appropriate SHAP explainer.
Quick Start
Use the shap skill to explain your model’s predictions, identify the most important features, and generate the most suitable SHAP plots for both global and individual interpretation.