File size: 621 Bytes
6add288
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Predictive Maintenance – Engine Sensor Dataset

## Description
This dataset contains sensor readings from engines operating under varied conditions, including both small and large engine applications. The data is intended for building predictive maintenance models to classify engine condition.

## Files
- engine_data.csv: Raw sensor dataset
- engine_train.csv: Training split
- engine_test.csv: Testing split

## Target Variable
- engine_condition (0 = Normal, 1 = Maintenance Required)

## Use Case
The dataset supports machine learning models for early detection of engine maintenance needs based on sensor data.