File size: 2,599 Bytes
d60c049
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
839f7dc
 
332c93b
d60c049
 
 
 
 
 
 
 
 
 
 
 
 
 
839f7dc
 
332c93b
d60c049
 
 
 
 
 
 
 
 
 
 
 
 
 
839f7dc
 
332c93b
d60c049
 
 
 
 
 
 
 
 
 
 
 
 
 
839f7dc
 
332c93b
d60c049
 
 
 
 
 
 
 
 
 
 
 
 
 
839f7dc
 
d60c049
 
 
 
 
 
 
 
 
 
 
 
 
 
839f7dc
 
d60c049
 
 
839f7dc
d60c049
 
 
839f7dc
d60c049
 
 
839f7dc
d60c049
 
 
839f7dc
d60c049
 
 
839f7dc
d60c049
 
 
839f7dc
d60c049
 
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
---
viewer: true
dataset_info:
  - config_name: Chervon
    features:
      - name: Date
        dtype: string
      - name: Open
        dtype: float64
      - name: High
        dtype: float64
      - name: Low
        dtype: float64
      - name: Close
        dtype: float64
      - name: Volume
        dtype: float64
    splits:
      - name: whole
        num_examples: 15793
  - config_name: Exxon
    features:
      - name: Date
        dtype: string
      - name: Open
        dtype: float64
      - name: High
        dtype: float64
      - name: Low
        dtype: float64
      - name: Close
        dtype: float64
      - name: Volume
        dtype: float64
    splits:
      - name: whole
        num_examples: 15793
  - config_name: S&P500
    features:
      - name: Date
        dtype: string
      - name: Open
        dtype: float64
      - name: High
        dtype: float64
      - name: Low
        dtype: float64
      - name: Close
        dtype: float64
      - name: Volume
        dtype: float64
    splits:
      - name: whole
        num_examples: 24302
  - config_name: NASDAQ
    features:
      - name: Date
        dtype: string
      - name: Open
        dtype: float64
      - name: High
        dtype: float64
      - name: Low
        dtype: float64
      - name: Close
        dtype: float64
      - name: Volume
        dtype: float64
    splits:
      - name: whole
        num_examples: 13528
  - config_name: DAX
    features:
      - name: Date
        dtype: string
      - name: Open
        dtype: float64
      - name: High
        dtype: float64
      - name: Low
        dtype: float64
      - name: Close
        dtype: float64
      - name: Volume
        dtype: float64
    splits:
      - name: whole
  - config_name: DowJones
    features:
      - name: Date
        dtype: string
      - name: Open
        dtype: float64
      - name: High
        dtype: float64
      - name: Low
        dtype: float64
      - name: Close
        dtype: float64
      - name: Volume
        dtype: float64
    splits:
      - name: whole
configs:
  - config_name: Chervon
    data_files:
    - split: whole
      path: data/chervon-*
  - config_name: Exxon
    data_files:
    - split: whole
      path: data/exxon-*
  - config_name: DAX
    data_files:
    - split: whole
      path: data/dax-*
  - config_name: DowJones
    data_files:
    - split: whole
      path: data/dowjones-*
  - config_name: S&P500
    data_files:
    - split: whole
      path: data/sp500-*
  - config_name: NASDAQ
    data_files:
    - split: whole
      path: data/nasdaq-*
---