pavement's picture
Upload README.md with huggingface_hub
8d8fbcf
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: start
      dtype: string
    - name: target
      sequence: float64
    - name: feat_static_cat
      sequence: int64
    - name: feat_dynamic_real
      dtype: 'null'
    - name: item_id
      dtype: string
  splits:
    - name: train
      num_bytes: 317713
      num_examples: 3356
    - name: validation
      num_bytes: 344561
      num_examples: 3356
    - name: test
      num_bytes: 371409
      num_examples: 3356
  download_size: 320770
  dataset_size: 1033683

Dataset Card for "tsla_stock_price_real"

More Information needed