ShanRaja commited on
Commit
22cb30c
·
verified ·
1 Parent(s): f100c87

Uploaded processed train/validation/test datasets with target column

Browse files
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Engine rpm
5
+ dtype: int64
6
+ - name: Lub oil pressure
7
+ dtype: float64
8
+ - name: Fuel pressure
9
+ dtype: float64
10
+ - name: Coolant pressure
11
+ dtype: float64
12
+ - name: lub oil temp
13
+ dtype: float64
14
+ - name: Coolant temp
15
+ dtype: float64
16
+ - name: target
17
+ dtype: int64
18
+ splits:
19
+ - name: train
20
+ num_bytes: 875168
21
+ num_examples: 15628
22
+ - name: validation
23
+ num_bytes: 109368
24
+ num_examples: 1953
25
+ - name: test
26
+ num_bytes: 109424
27
+ num_examples: 1954
28
+ download_size: 1014031
29
+ dataset_size: 1093960
30
+ configs:
31
+ - config_name: default
32
+ data_files:
33
+ - split: train
34
+ path: data/train-*
35
+ - split: validation
36
+ path: data/validation-*
37
+ - split: test
38
+ path: data/test-*
39
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d09f4e7e286faaad0de3b5200ab8ea8d63d9326db8893119a93373c1d8251d97
3
+ size 102913
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06de9fd201bb83cf4dd6a35ce9d5a2b03a67a5d887e7c7debc26bee7a09e2c68
3
+ size 808285
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b7782bc6481cf2fcd647e88ae2854c942d106f8986577e57ae43d5c7a815ee2
3
+ size 102833