Baselight

Medical Insurance Premium Prediction

Predict Yearly Medical Cover Cost(₹)

@kaggle.tejashvi14_medical_insurance_premium_prediction

Medicalpremium
@kaggle.tejashvi14_medical_insurance_premium_prediction.medicalpremium

  • 13.28 KB
  • 986 rows
  • 11 columns
age

Age

diabetes

Diabetes

bloodpressureproblems

BloodPressureProblems

anytransplants

AnyTransplants

anychronicdiseases

AnyChronicDiseases

height

Height

weight

Weight

knownallergies

KnownAllergies

historyofcancerinfamily

HistoryOfCancerInFamily

numberofmajorsurgeries

NumberOfMajorSurgeries

premiumprice

PremiumPrice

451555725000
6011807329000
361115859123000
5211118393228000
38116688123000
30160691123000
331505421000
2318179115000
48116974123000
381829323000

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
);

Share link

Anyone who has the link will be able to view this.