File size: 881 Bytes
1f04251
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: company
    dtype: string
  - name: dates
    sequence: string
  - name: prices
    sequence:
      sequence: float64
  - name: tweets
    sequence:
      sequence: string
  - name: tweet_sentiments
    sequence:
      sequence: int64
  - name: volatility
    sequence: float64
  - name: label
    dtype: string
  - name: tweets_consistent
    sequence:
      sequence: 'null'
  - name: tweets_random
    sequence:
      sequence: 'null'
  - name: tweets_length
    dtype: int64
  - name: tweets_consistent_length
    dtype: int64
  - name: tweets_random_length
    dtype: int64
  - name: percentage_remaining
    dtype: float64
  splits:
  - name: train
    num_bytes: 32752602
    num_examples: 831
  download_size: 1059824
  dataset_size: 32752602
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---