traffic_hourly / README.md
LeoTungAnh's picture
Upload README.md with huggingface_hub
a1c4a1e
|
raw
history blame
No virus
759 Bytes
metadata
dataset_info:
  features:
    - name: start
      dtype: timestamp[s]
    - name: feat_static_cat
      sequence: uint64
    - name: feat_dynamic_real
      sequence:
        sequence: float32
    - name: item_id
      dtype: string
    - name: target
      sequence: float64
  splits:
    - name: train
      num_bytes: 120352440
      num_examples: 862
    - name: validation
      num_bytes: 120683448
      num_examples: 862
  download_size: 62474196
  dataset_size: 241035888
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*

Dataset Card for "traffic_hourly"

More Information needed