Datasets:
| language: en | |
| license: mit | |
| task_categories: | |
| - tabular-classification | |
| size_categories: | |
| - 10K<n<100K | |
| # Predictive Maintenance Final Dataset | |
| This dataset contains engine sensor readings used to predict maintenance requirements. | |
| ## Dataset Structure | |
| The repository includes: | |
| - `engine_data.csv`: The raw sensor data. | |
| - `split_data/`: Preprocessed training and testing sets. | |
| - `models/`: The trained Random Forest model. | |
| - `deployment/`: Configuration files for Flask and Docker deployment. | |