| 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 | |
| } |