CoolFace
Datasetpublic

Gokulrajselvam/predictive-maintenance-data

Predictive Maintenance Engine Sensor Dataset Engine sensor readings from commercial diesel vehicles for predictive maintenance classification. Features Feature Description Unit Engine RPM Engine revolutions per minute RPM Lub Oil Pressure Lubrication oil pressure bar Fuel Pressure Fuel delivery pressure bar Coolant Pressure Cooling system pressure bar Lub Oil Temp Lubrication oil temperature °C Coolant Temp Engine coolant temperature °C… See the full description on the dataset page: https://huggingface.co/datasets/Gokulrajselvam/predictive-maintenance-data.

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes37downloads
Dataset Card

Predictive Maintenance Engine Sensor Dataset

Engine sensor readings from commercial diesel vehicles for predictive maintenance classification.

Features

FeatureDescriptionUnit
Engine RPMEngine revolutions per minuteRPM
Lub Oil PressureLubrication oil pressurebar
Fuel PressureFuel delivery pressurebar
Coolant PressureCooling system pressurebar
Lub Oil TempLubrication oil temperature°C
Coolant TempEngine coolant temperature°C
Engine ConditionTarget: 0=Normal, 1=Needs Maintenancebinary

Dataset Splits

SplitSamplesPurpose
train75%Model training
validation10%Hyperparameter tuning
test15%Final evaluation

All splits are stratified by Engine Condition to maintain class balance.

Usage

python
from datasets import load_dataset
dataset = load_dataset("jskswamy/predictive-maintenance-data")
train_df = dataset["train"].to_pandas()

License

MIT License