Request producing explanations of feature importance for a label using SHAP
Name of the model
"e0a0588e-96c4-4fdf-9237-a8e94a6f5ffe.h5"
Name of the label
"1"
Successful operation
""
const response = await fetch('https://virtserver.swaggerhub.com/strongcourage/MAIP/v1/xai/shap/explanations/{modelId}/{labelId}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "explanations": "" }