alibi-explainer

Solid

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

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
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

Related Skills