Generate Features
Take the raw training set and generate features from them. Updates are streamed over the websocket API.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/generate-features \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"dspId":0,"calculateFeatureImportance":true,"skipFeatureExplorer":true}'
Last updated
Was this helpful?