Baselight

AmExpert 2021 Challenge

AmExpert 2021 – Machine Learning Hackathon

@kaggle.saurabhbagchi_amexpert_2021_challenge

Train Go05w65
@kaggle.saurabhbagchi_amexpert_2021_challenge.train_go05w65

  • 466.78 KB
  • 37748 rows
  • 9 columns
customer_id

Customer ID

gender

Gender

age

Age

vintage

Vintage

is_active

Is Active

city_category

City Category

customer_category

Customer Category

product_holding_b1

Product Holding B1

product_holding_b2

Product Holding B2

CC264719Male4114C1S3['P16']['P8']
CC209679Female47141C1S2['P13', 'P20']['P3']
CC319633Female5914C2S2['P11']['P00']
CC231413Female3216C1S2['P8', 'P13']['P6']
CC259633Male3015C2S3['P16', 'P17', 'P21']['P8', 'P12']
CC384429Female2812C1S2['P17']['P16']
CC233048Male3017C1S2['P16', 'P17']['P8']
CC370586Male44161C2S2['P16', 'P21']['P1', 'P12']
CC358694Male4744C2S3['P13', 'P20']['P12']
CC316464Male2612C2S3['P13', 'P21']['P9']

CREATE TABLE train_go05w65 (
  "customer_id" VARCHAR,
  "gender" VARCHAR,
  "age" BIGINT,
  "vintage" BIGINT,
  "is_active" BIGINT,
  "city_category" VARCHAR,
  "customer_category" VARCHAR,
  "product_holding_b1" VARCHAR,
  "product_holding_b2" VARCHAR
);

Share link

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