AshishTatapuzha/engine-predictive-maintenance-dataset
Viewer • Updated • 19.5k • 164
This repository contains the best-performing machine learning model for the engine predictive maintenance classification task.
The objective of this model is to classify engine condition as:
This can help reduce unplanned maintenance, improve engine reliability, and support proactive service decisions.
The model was trained using the prepared training split stored in the Hugging Face dataset repository:
AshishTatapuzha/engine-predictive-maintenance-datasetprepared_data/train.csvprepared_data/test.csv{ "max_depth": null, "min_samples_leaf": 1, "n_estimators": 300 }
best_model.joblib : serialized trained modelfeature_columns.json : list of input feature namesbest_model_params.json : best hyperparametersbest_model_metrics.json : evaluation metricsmodel_comparison.csv : comparison of all tuned modelsall_model_tuning_results.csv : full tuning log across all modelsbest_model_classification_report.csv : classification reportrequirements.txt : package versions for reproducibilityThis model was selected after tuning and evaluating the following algorithms: