This document summarizes a research project that developed a model to predict individual health insurance premiums. The researchers:
1. Cleaned and preprocessed a dataset from Kaggle containing 1,338 records and 6 attributes related to health and insurance charges.
2. Evaluated several regression models and found Gradient Boosting to have the best performance for predicting charges. They further optimized it using hyperparameter tuning.
3. Built a web application using Flask to provide real-time premium predictions to users based on their input data via the model.
4. Deployed the complete project including model, web app, and code on Heroku for continuous integration and public use, completing the transition from development to production.