dhani10 commited on
Commit
20e1c25
·
verified ·
1 Parent(s): 5b98b0a

Add engine condition dataset with real sensor data

Browse files
Files changed (2) hide show
  1. README.md +14 -9
  2. data/engine_data.csv +0 -0
README.md CHANGED
@@ -3,14 +3,19 @@
3
  Binary classification dataset for predicting **Engine Condition** (0=normal, 1=faulty)
4
  based on sensor readings.
5
 
 
 
 
 
 
6
  ## Columns
7
- - `Engine rpm`
8
- - `Lub oil pressure`
9
- - `Fuel pressure`
10
- - `Coolant pressure`
11
- - `lub oil temp`
12
- - `Coolant temp`
13
- - `Engine Condition` (target: 0 or 1)
14
 
15
- ## Notes
16
- - Public dataset for experimentation and MLOps demos
 
3
  Binary classification dataset for predicting **Engine Condition** (0=normal, 1=faulty)
4
  based on sensor readings.
5
 
6
+ ## Dataset Information
7
+ - **Rows**: 19,535
8
+ - **Columns**: 7
9
+ - **Target Distribution**: {0: np.int64(7218), 1: np.int64(12317)}
10
+
11
  ## Columns
12
+ - `Engine rpm` - Engine rotations per minute
13
+ - `Lub oil pressure` - Lubricating oil pressure (bar)
14
+ - `Fuel pressure` - Fuel system pressure (bar)
15
+ - `Coolant pressure` - Cooling system pressure (bar)
16
+ - `lub oil temp` - Lubricating oil temperature (°C)
17
+ - `Coolant temp` - Coolant temperature (°C)
18
+ - `Engine Condition` - Target variable (0=normal, 1=faulty)
19
 
20
+ ## Source
21
+ Real engine sensor data for predictive maintenance applications.
data/engine_data.csv CHANGED
The diff for this file is too large to render. See raw diff