Skip to content

Successfully established a machine learning model which can estimate the net health insurance claim of an individual based on a set of characteristics of that individual to an appreciable level of accuracy.

Notifications You must be signed in to change notification settings

SayamAlt/Health-Insurance-Claim-Prediction

Repository files navigation

Health-Insurance-Claim-Prediction

Web Application Link: https://health-insurance-claim-predict.herokuapp.com/

Health Insurance Claim Prediction Health Insurance Claim Process

Problem Statement

A key challenge for the insurance industry is to charge each customer an appropriate premium for the risk they represent. The ability to predict a correct claim amount has a significant impact on insurer's management decisions and financial statements. Predicting the cost of claims in an insurance company is a real-life problem that needs to be solved in a more accurate and automated way. Several factors determine the cost of claims based on health factors like BMI, age, smoker, health conditions and others. Insurance companies apply numerous techniques for analyzing and predicting health insurance costs.

Data Definition

Feature Description
age Age of the policyholder (Numeric)
sex Gender of policyholder (Categoric)
weight Weight of the policyholder (Numeric)
bmi Body mass index, providing an understanding of body, weights that are relatively high or low relative to height, objective index of body weight (kg / m ^ 2) using the ratio of height to weight (Numeric)
noofdependents Number of dependent persons on the policyholder (Numeric)
smoker Indicates policyholder is a smoker or a non-smoker (non-smoker=0;smoker=1) (Categoric)
claim The amount claimed by the policyholder (Numeric)
bloodpressure Blood pressure reading of policyholder (Numeric)
diabetes Indicates policyholder suffers from diabetes or not (non-diabetic=0; diabetic=1) (Categoric)
regular_ex A policyholder regularly excercises or not (no-exercise=0; exercise=1) (Categoric)
job_title Job profile of the policyholder (Categoric)
city The city in which the policyholder resides (Categoric)
hereditary_diseases A policyholder is suffering from a hereditary disease or not (Categoric)

About

Successfully established a machine learning model which can estimate the net health insurance claim of an individual based on a set of characteristics of that individual to an appreciable level of accuracy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages