generate_explanation
Generate clear explanations for AI model predictions using methods like LIME, SHAP, and integrated gradients. Input data and model details to interpret outputs effectively with OpenXAI MCP Server.
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 |