Bank Churn Pre-processed Dataset
A complete pipeline from raw data to model-ready features 🚀
@kaggle.faizanyousafonly_bank_churn_pre_processed_dataset
A complete pipeline from raw data to model-ready features 🚀
@kaggle.faizanyousafonly_bank_churn_pre_processed_dataset
CREATE TABLE test_preprocessed (
"id" BIGINT,
"customerid" BIGINT,
"surname" VARCHAR,
"creditscore" BIGINT,
"age" DOUBLE,
"tenure" BIGINT,
"balance" DOUBLE,
"numofproducts" BIGINT,
"hascrcard" DOUBLE,
"isactivemember" DOUBLE,
"estimatedsalary" DOUBLE,
"agecategory" BIGINT,
"creditscorecategory" DOUBLE,
"balancecategory" DOUBLE,
"salarycategory" DOUBLE,
"geography_germany" DOUBLE,
"geography_spain" DOUBLE,
"gender_male" DOUBLE
);
Anyone who has the link will be able to view this.