Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gakas14/health_insurance_cost


https://github.com/gakas14/health_insurance_cost

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Health_Insurance_Cost

Health insurance has become an indispensable part of our lives in recent years, and people are paying for it so that they are covered in the event of an accident or other unpredicted factors.
You are provided with medical costs dataset that has features such as Age, Cost, BMI.

Objective:

Determine the factors that contribute the most in the calculation of insurance costs.
Predict the health Insurance Cost.

Actions we Performed:

1.Find the correlation of every pair of features (and the outcome variable).
2.Visualize the correlations using a heatmap.
3.Normalize the inputs.
4.Use the test data to find out the accuracy of the model.
5.Visualize how the model uses the different features and which features have a greater effect.