Skip to content

"Exploratory Data Analysis (EDA) and regression modeling on a healthcare insurance dataset to analyze and predict medical charges using Python and pandas."

License

Notifications You must be signed in to change notification settings

alokbhateshwar/medical-charges-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ADME.md`

# Medical Charges Analysis πŸ₯πŸ’°

This project explores and visualizes a dataset of medical insurance charges based on age, BMI, smoking status, and other features. The goal is to understand what factors impact healthcare costs.

---

## πŸ“Š Dataset

- Source: [JovianML - medical-charges.csv](https://raw.githubusercontent.com/JovianML/opendatasets/master/data/medical-charges.csv)
- Rows: 1338
- Features: Age, Sex, BMI, Children, Smoker, Region, Charges

---

## πŸ“Œ Features Explored

- Age vs Charges
- BMI Distribution
- Charges by Smoking Status
- Correlation Matrix
- Boxplot & Histogram Visualizations

---

## πŸ§ͺ Tools Used

- Python 🐍
- Pandas
- Plotly
- Seaborn
- Matplotlib
- Jupyter Notebook

---

## πŸ“ How to Run

1. Clone the repository:
   ```bash
   git clone https://github.com/your-username/medical-charges-analysis.git
   cd medical-charges-analysis
  1. Install dependencies (optional):

    pip install -r requirements.txt
  2. Open the notebook:

    jupyter notebook analysis.ipynb

πŸ“ˆ Sample Output

Visualizations of charges by smoker, age, BMI, and region.


βœ… License

This project is open-source and available under the MIT License.

About

"Exploratory Data Analysis (EDA) and regression modeling on a healthcare insurance dataset to analyze and predict medical charges using Python and pandas."

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published