SahilChachra / Medical-Cost-Prediction

Predict your Medical insurance cost!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medical Insurance Cost Prediction

Medical Insurance Cost Prediction using Random Forest Regressor.


                                   

😇 Motivation

To predict things have been never so easy. I used to wonder how Insurance amount is charged normally. So, in the mean time I came across this dataset and thought of working on it! Using this I wanted to know how few features determine our insurance amount!

⌛ Some Screenshots

⭐ Features

  1. Exploring the dataset
  2. Converting Categorical values to Numerical
  3. Plotting Heatmap to see dependency of Dependent valeu on Independent features
  4. Data Visualization (Plots of feature vs feature)
  5. Plotting Skew and Kurtosis
  6. Data Preparation
  7. Prediction using Linear Regression
  8. Prediction using SVR
  9. Prediction using Ridge Regressor
  10. Prediction using Random Forest Regressor
  11. Performing Hyper tuning for above mentioned models
  12. Plotting Graph for all Models to compare performance
  13. Preparing model for deployment
  14. Deployed model using Flask

🔑 Results

Model gave 86% accuracy for Medical Insurance Amount Prediction using Random Forest Regressor

📁 Dataset

The dataset used can be downloaded here (Kaggle) - Click to Download

❤️ Owner

Made with ❤️  by Sahil Chachra

👀 License

MIT © Sahil Chachra

About

Predict your Medical insurance cost!

License:MIT License


Languages

Language:Jupyter Notebook 98.1%Language:HTML 1.7%Language:Python 0.3%Language:Procfile 0.0%