alibi-explainer

Solid

Alibi explainability skill for counterfactual explanations, anchors, and trust scores.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# alibi-explainer ## Overview Alibi explainability skill for counterfactual explanations, anchors, trust scores, and advanced model interpretation techniques. ## Capabilities - Counterfactual instance generation - Anchor explanations (rule-based) - Integrated gradients for deep learning - Kernel SHAP integration - Contrastive Explanation Method (CEM) - Trust scores for prediction confidence - Pertinent positives and negatives - Prototype and criticism selection ## Target Processes - Model Interpretability and Explainability Analysis - Model Evaluation and Validation Framework ## Tools and Libraries - Alibi - Alibi Detect - TensorFlow/PyTorch - scikit-learn ## Input Schema ```json { "type": "object", "required": ["modelPath", "explainerType", "instancePath"], "properties": { "modelPath": { "type": "string", "description": "Path to the trained model" }, "explainerType": { "type": "string", "enum": ["counterfactual", "anchor", "integrated_gradients", "cem", "trust_score", "prototype"], "description": "Type of Alibi explainer to use" }, "instancePath": { "type": "string", "description": "Path to instance(s) to explain" }, "counterfactualConfig": { "type": "object", "properties": { "targetClass": { "type": "integer" }, "maxIterations": { "type": "integer" }, "lambda": { "type": "number" }, "featureRange": { "type": "object" } } }, "anchorC...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

shap-explainer

SHAP-based model explainability skill for feature attribution, summary plots, and interaction analysis.

1,160 Updated today
a5c-ai
AI & Automation Solid

explaining-machine-learning-models

Build 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.

2,210 Updated 1 weeks ago
foryourhealth111-pixel
AI & Automation Solid

lime-explainer

LIME-based local explanation skill for individual predictions across tabular, text, and image data.

1,160 Updated today
a5c-ai
AI & Automation Solid

model-explainability-tool

Build model explainability tool operations. Auto-activating skill for ML Training. Triggers on: model explainability tool, model explainability tool Part of the ML Training skill category. Use when working with model explainability tool functionality. Trigger with phrases like "model explainability tool", "model tool", "model".

2,274 Updated today
jeremylongshore
AI & Automation Solid

explaining-machine-learning-models

This skill enables Claude 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. The skill leverages techniques like SHAP and LIME to generate explanations. It is useful when debugging model performance, ensuring fairness, or communicating model insights to stakeholders. Use this skill when the user mentions "explain model", "interpret model", "feature importance", "SHAP values", or "LIME explanations".

2,274 Updated today
jeremylongshore