Feature importance
Retrieve the feature importance for a DSP block (only available for blocks where dimensionalityReduction is not enabled)
Authorizations
Path parameters
projectIdintegerRequired
Project ID
dspIdintegerRequired
DSP Block ID, use the impulse functions to retrieve the ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/dsp/{dspId}/features/importance HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"hasFeatureImportance": true,
"labels": {
"ANY_ADDITIONAL_PROPERTY": {
"features": [
{
"axis": "text",
"importance": 1
}
]
}
}
}
Last updated
Was this helpful?