Medical Insurance Costs
Predict medical insurance costs for individuals based on various attributes
@kaggle.joebeachcapital_medical_insurance_costs
Predict medical insurance costs for individuals based on various attributes
@kaggle.joebeachcapital_medical_insurance_costs
CREATE TABLE 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.