Loan Default Prediction Dataset
Can you predict which individuals will default on their loan payments
@kaggle.nikhil1e9_loan_default
Can you predict which individuals will default on their loan payments
@kaggle.nikhil1e9_loan_default
CREATE TABLE loan_default (
"loanid" VARCHAR,
"age" BIGINT,
"income" BIGINT,
"loanamount" BIGINT,
"creditscore" BIGINT,
"monthsemployed" BIGINT,
"numcreditlines" BIGINT,
"interestrate" DOUBLE,
"loanterm" BIGINT,
"dtiratio" DOUBLE,
"education" VARCHAR,
"employmenttype" VARCHAR,
"maritalstatus" VARCHAR,
"hasmortgage" VARCHAR,
"hasdependents" VARCHAR,
"loanpurpose" VARCHAR,
"hascosigner" VARCHAR,
"default" BIGINT
);
Anyone who has the link will be able to view this.