File size: 2,317 Bytes
bd21abf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
  "arrays": {
    "ceiling_series": {
      "dtype": "float32",
      "sha256": "f94da1d82ce35117f9fa851ae5c32e10fe8c413bb3ab82b7d255ec346f0fa484",
      "shape": [
        28510
      ]
    },
    "lagged_vol": {
      "dtype": "float32",
      "sha256": "3770f674e4a2b607efbba4168c1e10e54bc9a49e1199e4956143348c00a2440b",
      "shape": [
        28510
      ]
    },
    "mat": {
      "dtype": "float32",
      "sha256": "fcf8b8f09bcf5f080d14724d7ab10b706ec3417ae69c08e810b38ebe12f64618",
      "shape": [
        28510,
        1000
      ]
    },
    "regime": {
      "dtype": "int8",
      "sha256": "e44f8eef0e8876853dce7826bc83dcb364ff4b4a66c5b4dd354b159e5292d119",
      "shape": [
        28510
      ]
    },
    "symbols": {
      "dtype": "<U5",
      "sha256": "84cec79be3c7c6d73ce12930ace2e733d57c055c1bf05fc60e7a57631e4a24e8",
      "shape": [
        1000
      ]
    },
    "ts": {
      "dtype": "int64",
      "sha256": "feddc5a6fd59d3295067c0ae12a1cea40eab95877ddfc5f753a3df1cb10f62df",
      "shape": [
        28510
      ]
    },
    "valid": {
      "dtype": "bool",
      "sha256": "48a80c705e57e7e37a70d60d57eb54c89045e475c0e7b4b99cd583a67c526b29",
      "shape": [
        28510,
        1000
      ]
    },
    "xs_vol": {
      "dtype": "float32",
      "sha256": "c7b5fb8b4237d8d142632bfd0f5880de49e95f67a8e1de05b4c5ddad4403671e",
      "shape": [
        28510
      ]
    }
  },
  "canonical_panel": {
    "bytes": 68142841,
    "sha256": "dfe4d95829172de8f1f2f0aa518ec67efc627791d6ac2d4cd58ac7f5143d1ba1"
  },
  "format": "finance1k-panel-metadata-v1",
  "scalars": {
    "context": {
      "dtype": "int64",
      "value": 96
    },
    "lv_med": {
      "dtype": "float32",
      "value": 0.00896453857421875
    },
    "lv_std": {
      "dtype": "float64",
      "value": 0.004390276258269548
    },
    "split": {
      "dtype": "int64",
      "value": 19957
    },
    "thresh": {
      "dtype": "float32",
      "value": 0.009132802486419678
    }
  },
  "shape": [
    28510,
    1000
  ],
  "splits": {
    "test": {
      "rows": 8553,
      "start": 19957,
      "stop": 28510
    },
    "train": {
      "rows": 19957,
      "start": 0,
      "stop": 19957
    }
  },
  "target": "close",
  "target_semantics": "log(close_t / close_t-1), an hourly close log return"
}