File size: 810 Bytes
05b80ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: Dates
    dtype: string
  - name: StocksNumber
    dtype: int64
  - name: Capitals
    dtype: int64
  - name: Allocations
    struct:
    - name: Allocation
      list:
      - name: Cost
        dtype: float64
      - name: Price
        dtype: float64
      - name: Score
        dtype: int64
      - name: Shares
        dtype: int64
      - name: Ticker
        dtype: string
      - name: TotalScore
        dtype: int64
    - name: Remaining Capital
      dtype: float64
    - name: Total Cost
      dtype: float64
    - name: Total Score
      dtype: int64
  splits:
  - name: train
    num_bytes: 179991
    num_examples: 616
  download_size: 79226
  dataset_size: 179991
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---