File size: 326 Bytes
20aae5f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
library_name: scikit-learn
tags:
- predictive-maintenance
- classification
- scikit-learn
- capstone-project
---
# Predictive Maintenance Model
This model predicts **engine_condition** using engine sensor features.
## Best Model
**adaboost**
## Best Parameters
```json
{
"learning_rate": 0.1,
"n_estimators": 50
} |