Baselight

Bank Churn (train)

Training Insights: Exploring Patterns and Predictors in the Bank Churn Training.

@kaggle.harshitstark_bank_churn_train

Loading...
Loading...

About this Dataset

Bank Churn (train)

Explore the 'Bank Churn (test)' dataset, a comprehensive collection designed for evaluating predictive models and analyzing customer attrition in the banking sector. This test dataset, derived from real-world scenarios, offers a robust platform to assess the effectiveness of machine learning algorithms in predicting and understanding bank churn dynamics.

Tables

Train

@kaggle.harshitstark_bank_churn_train.train
  • 3.15 MB
  • 165034 rows
  • 14 columns
Loading...

CREATE TABLE train (
  "id" BIGINT,
  "customerid" BIGINT,
  "surname" VARCHAR,
  "creditscore" BIGINT,
  "geography" VARCHAR,
  "gender" VARCHAR,
  "age" DOUBLE,
  "tenure" BIGINT,
  "balance" DOUBLE,
  "numofproducts" BIGINT,
  "hascrcard" DOUBLE,
  "isactivemember" DOUBLE,
  "estimatedsalary" DOUBLE,
  "exited" BIGINT
);

Share link

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