A Comprehensive Study on Predicting the Need for Vehicle Maintenance Using Machine Learning †
Abstract
1. Introduction
2. Literature Review
3. Methodology
3.1. Methodology Flow
3.1.1. Data Collection
3.1.2. Data Processing
3.1.3. Data Splitting
3.2. Model Development and Evaluation
3.2.1. Decision Tree
3.2.2. Random Forest
3.2.3. Gradient Booster
3.2.4. Naïve Bayes
3.2.5. KNN
3.2.6. Ensemble Learning
3.3. Model Evaluation
4. Results
4.1. Imbalanced Dataset Result
4.2. Balanced Dataset Result
4.3. Accuracy Comparison (Imbalanced and Balanced Datasets)
5. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Betterton, R. Average Cost of Car Maintenance: 2024 Estimates. Bankrate. Available online: https://www.bankrate.com/loans/auto-loans/average-car-maintenance-costs/ (accessed on 14 January 2025).
- Baluch, A.C.A. How Much Car Maintenance Costs in 2025. Available online: https://insurify.com/car-insurance/knowledge/car-maintenance-costs/ (accessed on 14 January 2025).
- Consumer Price Index for All Urban Consumers: Motor Vehicle Parts and Equipment in U.S. City Average (CUUR0000SETC) | FRED | St. Louis Fed. Available online: https://fred.stlouisfed.org/series/CUUR0000SETC (accessed on 14 January 2025).
- Your Driving Costs 2024: How Much Does It Really Cost to Own a New Car? Available online: https://newsroom.aaa.com/wp-content/uploads/2024/09/YDC_Fact-Sheet-FINAL-9.2024.pdf (accessed on 14 January 2025).
- Selvaraj, A.; Venkatachalam, D.; Sunder Singh, J.T. Advanced Telematics and Real-Time Data Analytics in the Automotive Industry: Leveraging Edge Computing for Predictive Vehicle Maintenance and Performance Optimization. J. Artif. Intell. Res. Appl. 2023, 3, 581–622. [Google Scholar]
- Faisal, A.; Jhanjhi, N.Z.; Ashraf, H.; Ray, S.K.; Ashfaq, F. A Comprehensive Review of Machine Learning Models: Principles, Applications, and Optimal Model Selection. TechRxiv 2025. [Google Scholar] [CrossRef]
- Chaudhuri, A. Predictive Maintenance for Industrial IoT of Vehicle Fleets Using Hierarchical Modified Fuzzy Support Vector Machine. arXiv 2018, arXiv:1806.09612. [Google Scholar] [CrossRef]
- Chen, F.; Shang, D.; Zhou, G.; Ye, K.; Ren, F. Mileage-Aware for Vehicle Maintenance Demand Prediction. Appl. Sci. 2024, 14, 7341. [Google Scholar] [CrossRef]
- Tessaro, I.; Mariani, V.C.; Coelho, L.d.S. Machine Learning Models Applied to Predictive Maintenance in Automotive Engine Components. Proceedings 2020, 64, 26. [Google Scholar] [CrossRef]
- Chen, C.; Liu, Y.; Sun, X.; Di Cairano-Gilfedder, C.; Titmus, S. An Integrated Deep Learning-Based Approach for Automobile Maintenance Prediction with GIS Data. Reliab. Eng. Syst. Saf. 2021, 216, 107919. [Google Scholar] [CrossRef]
- Theissler, A.; Pérez-Velázquez, J.; Kettelgerdes, M.; Elger, G. Predictive Maintenance Enabled by Machine Learning: Use Cases and Challenges in the Automotive Industry. Reliab. Eng. Syst. Saf. 2021, 215, 107864. [Google Scholar] [CrossRef]
- Aravind, R.; Shah, C.V.; Surabhi, M.D. Machine Learning Applications in Predictive Maintenance for Vehicles: Case Studies. Int. J. Eng. Comput. Sci. 2022, 11, 25628–25640. [Google Scholar] [CrossRef]
- Arena, F.; Collotta, M.; Luca, L.; Ruggieri, M.; Termine, F.G. Predictive Maintenance in the Automotive Sector: A Literature Review. Math. Comput. Appl. 2021, 27, 2. [Google Scholar] [CrossRef]
- Jafari, R. Machine Learning for Predictive Maintenance in Autonomous Vehicle Fleets. J. AI-Assist. Sci. Discov. 2023, 3, 1–12. [Google Scholar]
- Parida, P.R.; Murthy, C.J. Predictive Maintenance in Automotive Telematics Using Machine Learning Algorithms for Enhanced Reliability and Cost Reduction. J. Comput. Intell. Robot. 2023, 3, 44–82. [Google Scholar]
- Al-Tarawneh, M.; Alhomaidat, F.; Twaissi, M. Unlocking Insights from Commercial Vehicle Data: A Machine Learning Approach for Predicting Commercial Vehicle Classes Using Michigan State Data (1999–2017). Results Eng. 2024, 21, 101691. [Google Scholar] [CrossRef]
- Chen, F.; Shang, D.; Zhou, G.; Ye, K.; Wu, G. Multi-Source Data Fusion for Vehicle Maintenance Project Prediction. Future Internet 2024, 16, 371. [Google Scholar] [CrossRef]
- Goriparthi, R.G. AI-Driven Predictive Analytics for Autonomous Systems: A Machine Learning Approach. Rev. Intel. Artif. Med. 2024, 15, 844–879. [Google Scholar]
- Jiang, X.; Li, M.; Cheng, L. Application of Decision Tree and Machine Learning in New Energy Vehicle Maintenance Decision Making. Appl. Math. Nonlinear Sci. 2024, 9, 1–22. [Google Scholar] [CrossRef]
- Shah, C.V. Machine Learning Algorithms for Predictive Maintenance in Autonomous Vehicles. Int. J. Eng. Comput. Sci. 2024, 13, 26015–26032. [Google Scholar] [CrossRef]
- Raj, V.; Sharma, D. Predictive Maintenance in Autonomous Vehicles Using Machine Learning Techniques. In Proceedings of the 2024 2nd International Conference on Advances in Computation, Communication and Information Technology (ICAICCIT), Faridabad, India, 28–29 November 2024; IEEE: New York, NY, USA; Volume 1, pp. 912–917. [Google Scholar]
- Mishra, S.; Vassio, L.; Cagliero, L.; Mellia, M.; Baralis, E.; Loti, R.; Salvatori, L. Machine Learning Supported Next-Maintenance Prediction for Industrial Vehicles. In Proceedings of the Workshops of the EDBT/ICDT 2020 Joint Conference, Copenhagen, Denmark, 30 March 2020; p. 24. [Google Scholar]
- Ghulammahiyudin. Vehicle Maintenance Prediction. Available online: https://github.com/ghulammahiyudin/vehicle_maintenance_prediction (accessed on 19 January 2025).
Algorithm | Accuracy | Precision | Recall |
---|---|---|---|
Decision Tree | 99.97% | 99.96% | 100% |
Random Forest | 99.13% | 99.95% | 98.98% |
Gradient Booster | 99.33% | 100% | 99.18% |
Naïve Bayes | 94.55% | 95.16% | 98.27% |
KNN (k = 5) | 77.56% | 80.94% | 94.57% |
Ensemble Learning (DT, RF, GB) | 99.93% | 99.96% | 99.95% |
Algorithm | Accuracy | Precision | Recall |
---|---|---|---|
Decision Tree | 98.46% | 99.92% | 97.01% |
Random Forest | 97.28% | 99.99% | 94.56% |
Gradient Booster | 99.58% | 99.98% | 99.18% |
Naïve Bayes | 95.28% | 93.16% | 97.72% |
KNN (k = 5) | 54.35% | 54.41% | 53.62% |
Ensemble Learning (DT, RF, GB) | 98.30% | 100% | 96.61% |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Mahiyudin, G.; Hussain, M.; Dewi, D.D. A Comprehensive Study on Predicting the Need for Vehicle Maintenance Using Machine Learning. Eng. Proc. 2025, 107, 89. https://doi.org/10.3390/engproc2025107089
Mahiyudin G, Hussain M, Dewi DD. A Comprehensive Study on Predicting the Need for Vehicle Maintenance Using Machine Learning. Engineering Proceedings. 2025; 107(1):89. https://doi.org/10.3390/engproc2025107089
Chicago/Turabian StyleMahiyudin, Ghulam, Manzoor Hussain, and Dhita Diana Dewi. 2025. "A Comprehensive Study on Predicting the Need for Vehicle Maintenance Using Machine Learning" Engineering Proceedings 107, no. 1: 89. https://doi.org/10.3390/engproc2025107089
APA StyleMahiyudin, G., Hussain, M., & Dewi, D. D. (2025). A Comprehensive Study on Predicting the Need for Vehicle Maintenance Using Machine Learning. Engineering Proceedings, 107(1), 89. https://doi.org/10.3390/engproc2025107089