Making A Credit In The Bank
Dataset for determining credit extension to a potential customer
@kaggle.dimabutko_making_a_credit_in_the_bank
Dataset for determining credit extension to a potential customer
@kaggle.dimabutko_making_a_credit_in_the_bank
CREATE TABLE bank (
"statement_id" BIGINT,
"first_payment" DOUBLE,
"credit_amount" DOUBLE,
"credit_term" BIGINT,
"income_norm" DOUBLE,
"income_sum" BIGINT,
"income_sum_confirmed" BIGINT,
"month_payment" DOUBLE,
"gender_norm" BIGINT,
"family_children" BIGINT,
"marriage" BIGINT,
"job_experience_year" BIGINT,
"job_general_experience_year" BIGINT,
"family_years" BIGINT,
"education_norm" BIGINT,
"age" BIGINT,
"job_is_official" BIGINT,
"work_position" VARCHAR,
"decision" BIGINT
);
Anyone who has the link will be able to view this.