polinaeterna commited on
Commit
be06ad3
·
1 Parent(s): 442280f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: string_col
29
+ dtype: string
30
+ - name: class_col
31
+ dtype: int64
32
+ splits:
33
+ - name: train
34
+ num_bytes: 11541882
35
+ num_examples: 100000
36
+ download_size: 1765924
37
+ dataset_size: 11541882
38
+ ---
39
+ # Dataset Card for "delays_sample"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)