Datasets:
Add dataset card
Browse files
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
tags:
|
| 6 |
+
- predictive-maintenance
|
| 7 |
+
- engine-health
|
| 8 |
+
- tabular-data
|
| 9 |
+
- sensor-data
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Engine Predictive Maintenance Dataset
|
| 13 |
+
|
| 14 |
+
This dataset contains engine sensor readings used for predictive maintenance classification.
|
| 15 |
+
|
| 16 |
+
## Objective
|
| 17 |
+
|
| 18 |
+
Predict whether an engine is operating normally or requires maintenance using sensor parameters.
|
| 19 |
+
|
| 20 |
+
## Columns
|
| 21 |
+
|
| 22 |
+
- Engine rpm
|
| 23 |
+
- Lub oil pressure
|
| 24 |
+
- Fuel pressure
|
| 25 |
+
- Coolant pressure
|
| 26 |
+
- lub oil temp
|
| 27 |
+
- Coolant temp
|
| 28 |
+
- Engine Condition
|
| 29 |
+
|
| 30 |
+
## Label Assumption
|
| 31 |
+
|
| 32 |
+
`Engine Condition = 1` is treated as the maintenance/faulty class and `Engine Condition = 0` is treated as the normal/healthy class.
|
| 33 |
+
|
| 34 |
+
## Files
|
| 35 |
+
|
| 36 |
+
- 'engine_data.csv': Raw dataset
|
| 37 |
+
- 'train.csv': Cleaned training split
|
| 38 |
+
- 'test.csv': Cleaned testing split
|