Forecasting Health Insurance Expenses Using Machine Learning
摘要
This study makes use of a machine learning system that predicts health insurance costs, a relevant issue given the increasing need for such estimates in a post-COVID-19 world. Using the Medical Cost Personal Dataset available at Kaggle offering 1338 entries, we applied various ensemble models, notably XGBoost, gradient boosting machine (GBM), random forest, and support vector machines (SVM). Among our results, XGBoost gives out the best accuracy of the estimates, but the implementation of this technique was expensive. Random forest was non-intrusive and went on to be of high efficacy. We also discussed how the big data paradigm was implemented using Spark as a means to enhance performance in working on large datasets. As a whole, this work positions XGBoost the ban for the cost of health insurance prediction claiming that there exists scope for improvement by deploying ML methods in decision making in healthcare processes.