simnid commited on
Commit
24d529c
·
verified ·
1 Parent(s): 0ff84b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -1,3 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Predictive Maintenance – Gradient Boosting Model
2
 
3
  ## Model Overview
@@ -27,4 +45,4 @@ This model is intended for:
27
  - Threshold selection may require calibration based on operational risk tolerance
28
 
29
  ## Model Artifacts
30
- The repository contains a serialized `joblib` model file that can be loaded directly for inference in Python-based environments.
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - tabular-classification
7
+ - gradient-boosting
8
+ - predictive-maintenance
9
+ - scikit-learn
10
+ library_name: sklearn
11
+ datasets:
12
+ - engine-sensor-data # Replace with your actual dataset name if known
13
+ metrics:
14
+ - recall
15
+ - roc_auc
16
+ - pr_auc
17
+ ---
18
+
19
  # Predictive Maintenance – Gradient Boosting Model
20
 
21
  ## Model Overview
 
45
  - Threshold selection may require calibration based on operational risk tolerance
46
 
47
  ## Model Artifacts
48
+ The repository contains a serialized `joblib` model file that can be loaded directly for inference in Python-based environments.