Get data explorer features
t-SNE2 output of the raw dataset using embeddings from this Keras block
Authorizations
Path parameters
projectIdintegerRequired
Project ID
learnIdintegerRequired
Learn Block ID, use the impulse functions to retrieve the ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/training/keras/{learnId}/data-explorer/features HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"hasFeatures": true,
"data": [
{
"X": "`{ 0: 9.81, 11: 0.32, 22: 0.79 }`",
"y": 1,
"yLabel": "text",
"sample": {
"id": 1,
"name": "text",
"startMs": 1,
"endMs": 1,
"category": "training"
}
}
],
"inputBlock": {
"id": 1,
"type": "time-series",
"name": "Time series",
"title": "Time series",
"windowSizeMs": 2004,
"windowIncreaseMs": 1,
"frequencyHz": 60,
"classificationWindowIncreaseMs": 1,
"padZeros": true,
"imageWidth": 28,
"imageHeight": 28,
"resizeMode": "squash",
"resizeMethod": "squash",
"cropAnchor": "middle-center",
"createdBy": "createImpulse",
"createdAt": "2025-06-23T14:51:56.148Z",
"datasetSubset": {
"includePercentage": 1,
"seed": 1
}
}
}
Last updated
Was this helpful?