polinaeterna commited on
Commit
bfb1fd7
·
1 Parent(s): 27e2184

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
32
+ class_label:
33
+ names:
34
+ '0': this
35
+ '1': are
36
+ '2': random
37
+ '3': words
38
+ '4': test
39
+ splits:
40
+ - name: train
41
+ num_bytes: 630729231
42
+ num_examples: 5465575
43
+ download_size: 72156386
44
+ dataset_size: 630729231
45
+ ---
46
+ # Dataset Card for "delays_class"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)