Baselight

Churn Modelling

Deep Learning Artificial Neural Network Used.

@kaggle.shubh0799_churn_modelling

Loading...
Loading...

About this Dataset

Churn Modelling

Context

The dataset is the details of the customers in a company.

Content

The column are about it's estimated salary, age, sex, etc. Aiming to provide all details about an employee.

Tables

Churn Modelling

@kaggle.shubh0799_churn_modelling.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.