Baselight

Bank Churn (test)

Evaluating Customer Retention: Test Dataset for Bank Churn Analysis.

@kaggle.harshitstark_bank_churn_dataset_test

Loading...
Loading...

About this Dataset

Bank Churn (test)

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

Test

@kaggle.harshitstark_bank_churn_dataset_test.test
  • 2.2 MB
  • 110023 rows
  • 13 columns
Loading...

CREATE TABLE test (
  "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
);

Share link

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