generate_explanation
Create interpretable explanations for model predictions using methods like LIME, SHAP, and integrated gradients. Input data and model details to clarify decision processes for AI systems.
Instructions
Generate explanations for model predictions using OpenXAI explainers
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data_sample | Yes | JSON string of the input data sample to explain | |
method | Yes | Explanation method to use (lime, shap, integrated_gradients, etc.) | |
model_info | Yes | Information about the model being explained |