Market Segmentation In Insurance Unsupervised
Market Segmentation in Insurance Unsupervised Learning
@kaggle.jillanisofttech_market_segmentation_in_insurance_unsupervised
Market Segmentation in Insurance Unsupervised Learning
@kaggle.jillanisofttech_market_segmentation_in_insurance_unsupervised
CREATE TABLE customer_data (
"cust_id" VARCHAR,
"balance" DOUBLE,
"balance_frequency" DOUBLE,
"purchases" DOUBLE,
"oneoff_purchases" DOUBLE,
"installments_purchases" DOUBLE,
"cash_advance" DOUBLE,
"purchases_frequency" DOUBLE,
"oneoff_purchases_frequency" DOUBLE,
"purchases_installments_frequency" DOUBLE,
"cash_advance_frequency" DOUBLE,
"cash_advance_trx" BIGINT,
"purchases_trx" BIGINT,
"credit_limit" DOUBLE,
"payments" DOUBLE,
"minimum_payments" DOUBLE,
"prc_full_payment" DOUBLE,
"tenure" BIGINT
);
Anyone who has the link will be able to view this.