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.
- Exploring the dataset
- Converting Categorical values to Numerical
- Plotting Heatmap to see dependency of Dependent valeu on Independent features
- Data Visualization (Plots of feature vs feature)
- Plotting Skew and Kurtosis
- Data Preparation
- Prediction using Linear Regression
- Prediction using SVR
- Prediction using Ridge Regressor
- Prediction using Random Forest Regressor
- Performing Hyper tuning for above mentioned models
- Plotting Graph for all Models to compare performance
- Preparing model for deployment
- Deployed model using Flask