Baselight

Bank Customer Churn

Customer data from a bank to churn

@kaggle.hemachandiranmurugan_bank_customer_churn

Loading...
Loading...

About this Dataset

Bank Customer Churn

This dataset contains information about a specific U.S. bank customer, including whether or not they plan to leave the bank.
We can variety of algorithms like Random Forest, Xgboost and Logistic Regression

Tables

Churn Modelling

@kaggle.hemachandiranmurugan_bank_customer_churn.churn_modelling
  • 329.07 KB
  • 10000 rows
  • 14 columns
Loading...

CREATE TABLE churn_modelling (
  "rownumber" BIGINT,
  "customerid" BIGINT,
  "surname" VARCHAR,
  "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.