ragzhf2026 commited on
Commit
bb495da
·
verified ·
1 Parent(s): f66c1cb

Upload model card

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: mit
4
+ tags:
5
+ - predictive-maintenance
6
+ - engine-health
7
+ - tabular-classification
8
+ - logistic-regression
9
+ ---
10
+
11
+ # Engine Health Predictive Maintenance Model
12
+
13
+ This model predicts whether an engine requires maintenance based on sensor readings.
14
+
15
+ ## Model
16
+
17
+ Best model: Logistic Regression
18
+
19
+ ## Target
20
+
21
+ - 0: Normal engine condition
22
+ - 1: Faulty / maintenance required
23
+
24
+ ## Business Metric
25
+
26
+ Recall was prioritized because missing unhealthy engines can cause breakdowns, downtime, and repair cost.
27
+
28
+ ## Evaluation Results
29
+
30
+ - Accuracy: 0.6415
31
+ - Precision: 0.5111
32
+ - Recall: 0.6886
33
+ - F1-Score: 0.5867
34
+ - ROC-AUC: 0.7002