jarrydmartinx commited on
Commit
aba1def
1 Parent(s): 0c3cf12

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: x0
5
+ dtype: float32
6
+ - name: x1
7
+ dtype: float32
8
+ - name: x2
9
+ dtype: float32
10
+ - name: x3
11
+ dtype: float32
12
+ - name: x4
13
+ dtype: float32
14
+ - name: x5
15
+ dtype: float32
16
+ - name: x6
17
+ dtype: float32
18
+ - name: x7
19
+ dtype: float32
20
+ - name: x8
21
+ dtype: float32
22
+ - name: x9
23
+ dtype: float32
24
+ - name: x10
25
+ dtype: float32
26
+ - name: x11
27
+ dtype: float32
28
+ - name: x12
29
+ dtype: float32
30
+ - name: x13
31
+ dtype: float32
32
+ - name: event_time
33
+ dtype: float32
34
+ - name: event_indicator
35
+ dtype: int32
36
+ splits:
37
+ - name: train
38
+ num_bytes: 567872
39
+ num_examples: 8873
40
+ download_size: 212217
41
+ dataset_size: 567872
42
+ ---
43
+ # Dataset Card for "support"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)