Customer Classification
Predict the category of customers.
@kaggle.prathamtripathi_customersegmentation
Predict the category of customers.
@kaggle.prathamtripathi_customersegmentation
CREATE TABLE telecust1 (
"region" BIGINT,
"tenure" BIGINT,
"age" BIGINT,
"income" BIGINT,
"marital" BIGINT,
"address" BIGINT,
"ed" BIGINT,
"employ" BIGINT,
"retire" BIGINT,
"gender" BIGINT,
"reside" BIGINT,
"custcat" VARCHAR
);
Anyone who has the link will be able to view this.