File size: 760 Bytes
d518a55 | 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 | ---
license: mit
tags:
- predictive-maintenance
- engine-health
- classification
- tabular-data
---
# Engine Predictive Maintenance Model
This repository stores the trained model artifact for deployment.
## Source Dataset
- Dataset Repository: `AshishTatapuzha/engine-predictive-maintenance-dataset`
- Dataset File in Hub: `data/engine_data.csv`
- Local Dataset File: `/root/ashiravi/predictive_maintenance_project/data/engine_data.csv`
## Saved Model Details
- Notebook model variable used: `best_model`
- Model artifact file: `engine_condition_model.joblib`
## Inference Features
[
"Engine rpm",
"Lub oil pressure",
"Fuel pressure",
"Coolant pressure",
"lub oil temp",
"Coolant temp"
]
## Target Labels
{
"0": "Normal",
"1": "Faulty"
}
|