Bin
2025-12-17 1d710f844b65d9bfdf986a71a3b924cd70598a41
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
  {
    "predictions": [
      {
        "result": [
          {
            "type": "timeserieslabels",
            "value": {
              "end": 40,
              "start": 0,
              "instant": false,
              "timeserieslabels": [
                "Run"
              ]
            },
            "to_name": "ts",
            "from_name": "label",
            "score": 0.95
          },
          {
            "type": "timeserieslabels",
            "value": {
              "end": 91,
              "start": 60,
              "instant": false,
              "timeserieslabels": [
                "Walk"
              ]
            },
            "to_name": "ts",
            "from_name": "label",
            "score": 0.85
          }
        ],
        "score": 0.9
      }
    ],
    "data": {
      "csv": "https://htx-pub.s3.amazonaws.com/samples/time-series-random.csv"
    }
  }
]