cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/dsp/{dspId}/features/importance \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "hasFeatureImportance": true, "labels": {} }
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
The response is of type object.
object