An open API service indexing awesome lists of open source software.

https://github.com/gokulnpc/medical-insurance-cost-prediction

This web app is created to predict the medical insurance cost based on the user inputs such as age, sex, BMI, children, smoker and region. The model used in this web app is a Random Forest Regressor model. The model is trained on the Medical Insurance dataset from Kaggle. The dataset contains 1338 rows and 7 columns.
https://github.com/gokulnpc/medical-insurance-cost-prediction

machine-learning random-forest-regression regression-models streamlit

Last synced: about 2 months ago
JSON representation

This web app is created to predict the medical insurance cost based on the user inputs such as age, sex, BMI, children, smoker and region. The model used in this web app is a Random Forest Regressor model. The model is trained on the Medical Insurance dataset from Kaggle. The dataset contains 1338 rows and 7 columns.

Awesome Lists containing this project

README

        

# Medical Insurance Cost Prediction

This web app is created to predict the medical insurance cost based on the user inputs such as age, sex, BMI, children, smoker and region. The model used in this web app is a Random Forest Regressor model. The model is trained on the Medical Insurance dataset from Kaggle. The dataset contains 1338 rows and 7 columns. The model is trained to predict the medical insurance cost based on the user inputs. The model is deployed using Streamlit web app.

image

image

image