Churn Prediction For Credit Card Customer
@kaggle.mukeshmanral_churn_prediction_for_credit_card_customer
@kaggle.mukeshmanral_churn_prediction_for_credit_card_customer
Predict customer churn for credit card companny base on given features.
You can use Machine Learning as well as Deep LEarning techniques to produce some meaningfull outputs.
This dataset very basic and can be used for basic understanding.
CREATE TABLE churn (
"creditscore" BIGINT,
"geography" VARCHAR,
"gender" VARCHAR,
"age" BIGINT,
"tenure" BIGINT,
"balance" DOUBLE,
"numofproducts" BIGINT,
"hascrcard" BIGINT,
"isactivemember" BIGINT,
"estimatedsalary" DOUBLE,
"exited" BIGINT
);Anyone who has the link will be able to view this.