LeoTungAnh commited on
Commit
2f7de85
1 Parent(s): c576999

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: start
5
+ dtype: timestamp[s]
6
+ - name: feat_static_cat
7
+ sequence: uint64
8
+ - name: feat_dynamic_real
9
+ sequence:
10
+ sequence: float32
11
+ - name: item_id
12
+ dtype: string
13
+ - name: target
14
+ sequence: float64
15
+ splits:
16
+ - name: train
17
+ num_bytes: 120352440
18
+ num_examples: 862
19
+ download_size: 61787351
20
+ dataset_size: 120352440
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*
26
+ ---
27
+ # Dataset Card for "traffic_hourly"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)