CodeIsAbstract commited on
Commit
e9b0674
·
verified ·
1 Parent(s): 0dc17ce

Initial upload of Nifty50 stock prediction dataset

Browse files
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: prompt
5
+ dtype: string
6
+ - name: target_price_continuation
7
+ dtype: string
8
+ - name: target_returns_continuation
9
+ dtype: string
10
+ - name: target_direction_magnitude_continuation
11
+ dtype: string
12
+ - name: target_technical_levels_continuation
13
+ dtype: string
14
+ - name: symbol
15
+ dtype: string
16
+ - name: sequence_end_date
17
+ dtype: string
18
+ - name: prediction_start_date
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 87137985
23
+ num_examples: 30230
24
+ - name: test
25
+ num_bytes: 39367992
26
+ num_examples: 13622
27
+ download_size: 17409055
28
+ dataset_size: 126505977
29
+ configs:
30
+ - config_name: default
31
+ data_files:
32
+ - split: train
33
+ path: data/train-*
34
+ - split: test
35
+ path: data/test-*
36
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e31b45671005cc90fd60ad8047bc2a0cec815680c2d40649b559cf2c945412b3
3
+ size 5399195
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a09e0aa297e26af454b1379ee3dcceb3043c1971daa5edc35265ca59f6722b1d
3
+ size 12009860