File size: 603 Bytes
8b28eb2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e7ae1f8
8b28eb2
 
 
 
 
 
 
 
 
 
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
---
library_name: scikit-learn
tags:
- predictive-maintenance
- classification
- mlops
- gradientboosting
---

# Predictive Maintenance Model

## Model Description
This is a GradientBoosting model trained to predict engine failure based on sensor readings.

## Model Performance
- Algorithm: GradientBoosting
- Task: Binary Classification
- Dataset: Engine Condition Sensor Data
- Accuracy: 0.6675

## Usage
```python
import joblib
model = joblib.load('model.pkl')
predictions = model.predict(X)
```

## Features
Engine RPM, Lub Oil Pressure, Fuel Pressure, Coolant Pressure, Lub Oil Temp, Coolant Temp