Baselight

Customer Classification

Predict the category of customers.

@kaggle.prathamtripathi_customersegmentation

Telecust1
@kaggle.prathamtripathi_customersegmentation.telecust1

  • 15.78 KB
  • 1000 rows
  • 12 columns
region

Region

tenure

Tenure

age

Age

income

Income

marital

Marital

address

Address

ed

Ed

employ

Employ

retire

Retire

gender

Gender

reside

Reside

custcat

Custcat

213446419452A
3113313617556D
3685211612412912C
233333312211A
223303019124C
24139781721611C
3452219122415B
238357652103D
34559166174315C
16841721211223B

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
);

Share link

Anyone who has the link will be able to view this.