shashidj commited on
Commit
8b28eb2
·
verified ·
1 Parent(s): 4e07132

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +29 -0
  2. model.pkl +3 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: scikit-learn
3
+ tags:
4
+ - predictive-maintenance
5
+ - classification
6
+ - mlops
7
+ - gradientboosting
8
+ ---
9
+
10
+ # Predictive Maintenance Model
11
+
12
+ ## Model Description
13
+ This is a GradientBoosting model trained to predict engine failure based on sensor readings.
14
+
15
+ ## Model Performance
16
+ - Algorithm: GradientBoosting
17
+ - Task: Binary Classification
18
+ - Dataset: Engine Condition Sensor Data
19
+ - Accuracy: 0.6678
20
+
21
+ ## Usage
22
+ ```python
23
+ import joblib
24
+ model = joblib.load('model.pkl')
25
+ predictions = model.predict(X)
26
+ ```
27
+
28
+ ## Features
29
+ Engine RPM, Lub Oil Pressure, Fuel Pressure, Coolant Pressure, Lub Oil Temp, Coolant Temp
model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edb66ba9a80e6d717060bdc57122c9d6b049ecf251d8b877225c021996dda8e9
3
+ size 193624