Insurance Classification
Predictive Modeling for Risk Assessment in Insurance
@kaggle.endofnight17j03_insurance_classification
Predictive Modeling for Risk Assessment in Insurance
@kaggle.endofnight17j03_insurance_classification
CREATE TABLE insurance_classification (
"age" BIGINT,
"sex" VARCHAR,
"bmi" DOUBLE,
"children" BIGINT,
"smoker" VARCHAR,
"region" VARCHAR,
"expenses" DOUBLE
);
Anyone who has the link will be able to view this.