This is a simple regression project. I have used following python libraries: numpy, matplotlib, seaborn, and sklearn.
I have used the following Models:
- KNeighborsRegressor
- LinearRegression
- XGBRegressor
- DescisonTreeRegressor
- RandomForestRegressor
Furthermore, I have performed Hyperparameter tuning for these models as well to optimize the performance of these models on validation and testing set and reduce loss function.
I have not included the dataset in the repository. However, you could find the official dataset on Kaggle
In this regression project, We will make use of different features like age, BMI, region, sex, smoker, etc to predict the medical insurance cost for an individual.