polinaeterna commited on
Commit
4141469
·
1 Parent(s): 15c7eb0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: vehicle_type
5
+ dtype: int64
6
+ - name: direction
7
+ dtype: int64
8
+ - name: weekday
9
+ dtype: int64
10
+ - name: temp
11
+ dtype: float64
12
+ - name: windspeed_max
13
+ dtype: float64
14
+ - name: windspeed_avg
15
+ dtype: float64
16
+ - name: precipitation
17
+ dtype: float64
18
+ - name: dew_point
19
+ dtype: float64
20
+ - name: humidity
21
+ dtype: int64
22
+ - name: hour
23
+ dtype: int64
24
+ - name: dayminute
25
+ dtype: float64
26
+ - name: delay
27
+ dtype: float64
28
+ splits:
29
+ - name: train
30
+ num_bytes: 524695200
31
+ num_examples: 5465575
32
+ download_size: 64568538
33
+ dataset_size: 524695200
34
+ ---
35
+ # Dataset Card for "delays"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)