Medical Insurance Premium Prediction
Predict Yearly Medical Cover Cost(₹)
@kaggle.tejashvi14_medical_insurance_premium_prediction
Predict Yearly Medical Cover Cost(₹)
@kaggle.tejashvi14_medical_insurance_premium_prediction
CREATE TABLE medicalpremium (
"age" BIGINT,
"diabetes" BIGINT,
"bloodpressureproblems" BIGINT,
"anytransplants" BIGINT,
"anychronicdiseases" BIGINT,
"height" BIGINT,
"weight" BIGINT,
"knownallergies" BIGINT,
"historyofcancerinfamily" BIGINT,
"numberofmajorsurgeries" BIGINT,
"premiumprice" BIGINT
);
Anyone who has the link will be able to view this.