Upload README.md with huggingface_hub
Browse files
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 |
+
}
|