Credit Card Customers
Predict Churning customers
@kaggle.sakshigoyal7_credit_card_customers
Predict Churning customers
@kaggle.sakshigoyal7_credit_card_customers
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
);
Anyone who has the link will be able to view this.