Lime
Request producing explanations of a model using LIME
Body
Responses
200
Successful operation
application/json
500
Failed to produce explanations using LIME
post
POST /strongcourage/MAIP/v1/xai/lime HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 104
{
"limeConfig": {
"modelId": "e0a0588e-96c4-4fdf-9237-a8e94a6f5ffe.h5",
"sampleId": "5",
"numberFeature": "10"
}
}
{
"isRunning": true,
"config": {
"shapConfig": {
"modelId": "e0a0588e-96c4-4fdf-9237-a8e94a6f5ffe.h5",
"numberBackgroundSamples": "10",
"numberExplainedSamples": "20",
"maxDisplay": "10"
}
},
"lastRunAt": "123243534534"
}