Loan Risk Prediction Dataset
Classify if a loan is risky or not
@kaggle.ganjerlawrence_loan_risk_prediction_dataset
Classify if a loan is risky or not
@kaggle.ganjerlawrence_loan_risk_prediction_dataset
CREATE TABLE loan_prediction_mini_dataset (
"id" BIGINT,
"age" BIGINT,
"income" BIGINT,
"home" VARCHAR,
"emp_length" DOUBLE,
"intent" VARCHAR,
"amount" BIGINT,
"rate" DOUBLE,
"status" BIGINT,
"percent_income" DOUBLE,
"default" VARCHAR,
"cred_length" BIGINT
);
Anyone who has the link will be able to view this.