cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/dsp/{dspId}/features/importance \ --header 'x-api-key: <api-key>'
{ "success": true, "hasFeatureImportance": true, "labels": {}, "error": "<string>" }
Retrieve the feature importance for a DSP block (only available for blocks where dimensionalityReduction is not enabled)
Project ID
DSP Block ID, use the impulse functions to retrieve the ID
OK
Whether the operation succeeded
Show child attributes
Optional error description (set if 'success' was false)
Was this page helpful?