Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 817 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 817 Bytes

US Medical charges modelling

This is a kaggle competition project. The goal is to find the best model for predicting medical charges based on given personal features. For this task we have cleaned and preprocessed the data and then used Linear Regression to model and predict charges .

Inspect online

To view this project online, please visit my portfolio website.

Run my project

To run this project you will need R installed with an editor which can handle .rmd files. Preferably Rstudio or VScode with R, R markdown all in one extensions installed.