Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 1.13 KB

oldREADME.md

File metadata and controls

21 lines (20 loc) · 1.13 KB

Medical Insurance Cost Prediction

Link to Kaggle Dataset : Medical Insurance Data

This repo contains a lot of basics such as Data preprocessing, Data Visualization, Prediction using various models and tuning their Hyper parameters. Also, the best model was chosen and was deployed using Flask locally.

Topics Covered :

  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