Medical Insurance Price Prediction
"Predicting Medical Insurance Prices: A Data-Driven Approach to Forecasting Heal
@kaggle.harishkumardatalab_medical_insurance_price_prediction
"Predicting Medical Insurance Prices: A Data-Driven Approach to Forecasting Heal
@kaggle.harishkumardatalab_medical_insurance_price_prediction
Overview of the dataset:
The medical insurance dataset contains information about a number of factors that can affect medical expenses, including age, sex, BMI, smoking status, number of children, and region. This dataset can be used to train a machine learning model that can predict medical expenses for new customers.
To provide insights into the key factors that contribute to higher insurance costs and help the company make more informed decisions regarding pricing and risk assessment.
The dataset contains 2.7K rows and 7 columns
Columns include
Problem Statement:
Kindly, upvote if you find the dataset interesting. Thank you.
CREATE TABLE medical_insurance (
"age" BIGINT,
"sex" VARCHAR,
"bmi" DOUBLE,
"children" BIGINT,
"smoker" VARCHAR,
"region" VARCHAR,
"charges" DOUBLE
);
Anyone who has the link will be able to view this.