Travel Company Insurance Prediction
Determine a customer's propensity to purchase travel insurance
@kaggle.sellingstories_travel_company_insurance_prediction
Determine a customer's propensity to purchase travel insurance
@kaggle.sellingstories_travel_company_insurance_prediction
CREATE TABLE travel_company_old_clients (
"age" BIGINT,
"government_sector_worker" BIGINT,
"graduateornot" BIGINT,
"annualincome" BIGINT,
"familymembers" BIGINT,
"chronicdiseases" BIGINT,
"frequentflyer" BIGINT,
"evertravelledabroad" BIGINT,
"travelinsurance" BIGINT
);
Anyone who has the link will be able to view this.