Baselight

Credit Card Customers

Predict Churning customers

@kaggle.sakshigoyal7_credit_card_customers

Bankchurners
@kaggle.sakshigoyal7_credit_card_customers.bankchurners

  • 386 KB
  • 10127 rows
  • 23 columns
clientnum

CLIENTNUM

attrition_flag

Attrition Flag

customer_age

Customer Age

gender

Gender

dependent_count

Dependent Count

education_level

Education Level

marital_status

Marital Status

income_category

Income Category

card_category

Card Category

months_on_book

Months On Book

total_relationship_count

Total Relationship Count

months_inactive_12_mon

Months Inactive 12 Mon

contacts_count_12_mon

Contacts Count 12 Mon

credit_limit

Credit Limit

total_revolving_bal

Total Revolving Bal

avg_open_to_buy

Avg Open To Buy

total_amt_chng_q4_q1

Total Amt Chng Q4 Q1

total_trans_amt

Total Trans Amt

total_trans_ct

Total Trans Ct

total_ct_chng_q4_q1

Total Ct Chng Q4 Q1

avg_utilization_ratio

Avg Utilization Ratio

naive_bayes_classifier_attrition_flag_card_category_co_121d9ef8

Naive Bayes Classifier Attrition Flag Card Category Contacts Count 12 Mon Dependent Count Education Level Months Inactive 12 Mon 1

naive_bayes_classifier_attrition_flag_card_category_co_eaea8887

Naive Bayes Classifier Attrition Flag Card Category Contacts Count 12 Mon Dependent Count Education Level Months Inactive 12 Mon 2

768805383Existing Customer45M3High SchoolMarried$60K - $80KBlue3951312691777119141.3351144421.6250.0610.0000934480.99991
818770008Existing Customer49F5GraduateSingleLess than $40KBlue44612825686473921.5411291333.7140.1050.0000568610.99994
713982108Existing Customer51M3GraduateMarried$80K - $120KBlue3641341834182.5941887202.3330.0000210810.99998
769911858Existing Customer40F4High SchoolUnknownLess than $40KBlue34341331325177961.4051171202.3330.760.000133660.99987
709106358Existing Customer40M3UneducatedMarried$60K - $80KBlue2151471647162.175816282.50.0000216760.99998
713061558Existing Customer44M2GraduateMarried$40K - $60KBlue363124010124727631.3761088240.8460.3110.0000550770.99994
810347208Existing Customer51M4UnknownMarried$120K +Gold46613345162264322521.9751330310.7220.0660.000123030.99988
818906208Existing Customer32MHigh SchoolUnknown$60K - $80KSilver27222290811396276852.2041538360.7140.0480.0000857950.99991
710930508Existing Customer37M3UneducatedSingle$60K - $80KBlue3652223522517198353.3551350241.1820.1130.0000447960.99996
719661558Existing Customer48M2GraduateSingle$80K - $120KBlue3663311656167799791.5241441320.8820.1440.000302510.9997

CREATE TABLE bankchurners (
  "clientnum" BIGINT,
  "attrition_flag" VARCHAR,
  "customer_age" BIGINT,
  "gender" VARCHAR,
  "dependent_count" BIGINT,
  "education_level" VARCHAR,
  "marital_status" VARCHAR,
  "income_category" VARCHAR,
  "card_category" VARCHAR,
  "months_on_book" BIGINT,
  "total_relationship_count" BIGINT,
  "months_inactive_12_mon" BIGINT,
  "contacts_count_12_mon" BIGINT,
  "credit_limit" DOUBLE,
  "total_revolving_bal" BIGINT,
  "avg_open_to_buy" DOUBLE,
  "total_amt_chng_q4_q1" DOUBLE,
  "total_trans_amt" BIGINT,
  "total_trans_ct" BIGINT,
  "total_ct_chng_q4_q1" DOUBLE,
  "avg_utilization_ratio" DOUBLE,
  "naive_bayes_classifier_attrition_flag_card_category_co_121d9ef8" DOUBLE,
  "naive_bayes_classifier_attrition_flag_card_category_co_eaea8887" DOUBLE
);

Share link

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