Baselight

Bank Churn Prediction

The dataset includes label-encoded surnames and features derived from them using

@kaggle.willianoliveiragibin_bank_churn_prediction

Friance New
@kaggle.willianoliveiragibin_bank_churn_prediction.friance_new

  • 6.59 MB
  • 175028 rows
  • 25 columns
surname

Surname

creditscore

CreditScore

age

Age

tenure

Tenure

balance

Balance

numofproducts

NumOfProducts

hascrcard

HasCrCard

isactivemember

IsActiveMember

estimatedsalary

EstimatedSalary

exited

Exited

surname_tfidf_0

Surname Tfidf 0

surname_tfidf_1

Surname Tfidf 1

surname_tfidf_2

Surname Tfidf 2

surname_tfidf_3

Surname Tfidf 3

surname_tfidf_4

Surname Tfidf 4

france

France

germany

Germany

spain

Spain

female

Female

male

Male

mem_no_products

Mem, No, Products

cred_bal_sal

Cred Bal Sal

bal_sal

Bal Sal

tenure_age

Tenure Age

age_tenure_product

Age Tenure Product

202366833321181449.97-3.124.436.679,76-460.594.640,3213.351.443.755,82-6.116.396.019,046.694.577.725,07110.00.09.090.909.090.909.090,0099
202462733121149503.5481.338.256,69838.931.547,32-11.828.148.560,097.812.514.313,221.663.329.080,861120.00.030.303.030.303.030.300,0033
1236678401021184866.69-3.447.294.172.650.730,00-2.025.033.659.055.650,00-10.280.719.705.962.700,00-938.715.514.665.035,0015.068.643.143.363.400,00110.00.00.25400
1362581342148882.5411184560.88-72.209.360.028,78-10.461.631.817.033.800,00131.291.330.459.128,00846.300.277.850.006,0016.075.843.065.996.200,0011110.229.405.812.711.500,0017.606.550.452.171.200,0058.823.529.411.764.700,0068
49171633521115068.83-1.037.134.935,85-545.133.813,64498.455.946,81-1.568.877.112,9618.489.187.336,371120.00.015.151.515.151.515.100,00165
984588364131778.5811136024.311-7.737.152.502.300.290,0011.218.196.741.012.700,0015.684.298.783.022.500,00-14.089.756.249.536.900,0021.604.026.209.024.400,0011569.646.742.115.435,009.687.869.763.867.940,001.111.111.111.111.110,00144
436593308144772.691129792.115.449.123.305.810.480,0016.657.454.475.856.500,00-601.702.975.586.823,00-1.002.423.928.197.790,00-4.477.551.688.263.680,00112.881.642.326.441.460,004.859.430.567.354.910,0026.666.666.666.666.600,00240
543678371138476.4111106851.6-30.697.750,01-98.237.562,9720.986.677,92-544.517.661,29-12.694.063.325,19118.786.672.916.456.090,0012.959.694.567.044.300,002.702.702.702.702.700,0037
166967643421142917.1321.618.471.166.211.700,00-9.233.229.345.200.800,00-17.226.767.021.291.300,0018.173.869.944.434.000,007.487.848.990.910.180,00110.00.09.302.325.581.395.340,00172
42758340481274.33111170843.07-14.433.273.046,69-116.978.348.010,95682.626.969,81-27.848.059.757,38107.503.851.421,281112.773.477.109.138.810,0047.572.506.160.185.400,000.1160

CREATE TABLE friance_new (
  "surname" BIGINT,
  "creditscore" DOUBLE,
  "age" DOUBLE,
  "tenure" DOUBLE,
  "balance" DOUBLE,
  "numofproducts" DOUBLE,
  "hascrcard" BIGINT,
  "isactivemember" BIGINT,
  "estimatedsalary" VARCHAR,
  "exited" BIGINT,
  "surname_tfidf_0" VARCHAR,
  "surname_tfidf_1" VARCHAR,
  "surname_tfidf_2" VARCHAR,
  "surname_tfidf_3" VARCHAR,
  "surname_tfidf_4" VARCHAR,
  "france" BIGINT,
  "germany" BIGINT,
  "spain" BIGINT,
  "female" BIGINT,
  "male" BIGINT,
  "mem_no_products" DOUBLE,
  "cred_bal_sal" VARCHAR,
  "bal_sal" VARCHAR,
  "tenure_age" VARCHAR,
  "age_tenure_product" DOUBLE
);

Share link

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