Baselight

Churn Prediction For Credit Card Customer

@kaggle.mukeshmanral_churn_prediction_for_credit_card_customer

Loading...
Loading...

About this Dataset

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.

Tables

Churn

@kaggle.mukeshmanral_churn_prediction_for_credit_card_customer.churn
  • 170.15 KB
  • 10000 rows
  • 11 columns
Loading...

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

Share link

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