File size: 788 Bytes
fbf8b39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
license: mit
task_categories:
- tabular-classification
tags:
- predictive-maintenance
- engine-health
- tabular-data
- sensor-data
---

# Engine Predictive Maintenance Dataset

This dataset contains engine sensor readings used for predictive maintenance classification.

## Objective

Predict whether an engine is operating normally or requires maintenance using sensor parameters.

## Columns

- Engine rpm
- Lub oil pressure
- Fuel pressure
- Coolant pressure
- lub oil temp
- Coolant temp
- Engine Condition

## Label Assumption

`Engine Condition = 1` is treated as the maintenance/faulty class and `Engine Condition = 0` is treated as the normal/healthy class.

## Files

- 'engine_data.csv': Raw dataset
- 'train.csv': Cleaned training split
- 'test.csv': Cleaned testing split