Get data explorer features

Get data explorer features

get

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
application/json
all ofOptional
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",
    "description": "Reduced learning rate and more layers",
    "createdBy": "createImpulse",
    "createdAt": "2025-04-23T13:21:18.546Z",
    "datasetSubset": {
      "subsetModulo": 1,
      "subsetSeed": 1
    }
  }
}

Last updated

Was this helpful?