harikrishna1985 commited on
Commit
20aae5f
·
verified ·
1 Parent(s): 0e9cc01

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ library_name: scikit-learn
4
+ tags:
5
+ - predictive-maintenance
6
+ - classification
7
+ - scikit-learn
8
+ - capstone-project
9
+ ---
10
+
11
+ # Predictive Maintenance Model
12
+
13
+ This model predicts **engine_condition** using engine sensor features.
14
+
15
+ ## Best Model
16
+ **adaboost**
17
+
18
+ ## Best Parameters
19
+ ```json
20
+ {
21
+ "learning_rate": 0.1,
22
+ "n_estimators": 50
23
+ }