Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 992 Bytes

File metadata and controls

21 lines (12 loc) · 992 Bytes

Insurance Cost Prediction

Overview

This repository contains code for predicting insurance costs using regression models. Multiple Regressors are used and compared to observe the differences in the working of each.

Dataset

The Medical Cost Personal Dataset is available on Kaggle: Medical Cost Personal Dataset.

  • Dataset Description: The dataset includes information about individuals, such as age, sex, BMI, number of children, smoking status, region, and their corresponding medical insurance costs.

  • Dataset Structure:

    • insurance.csv: CSV file containing the dataset.

Regression Models

The regression models for predicting insurance costs are implemented. Various regression algorithms are experimented with to find the best model for this task.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request.