Predicting Who Pays Back Loans
Prediction using SVM on Lending Club data 2007-2010
@kaggle.sarahvch_predicting_who_pays_back_loans
Prediction using SVM on Lending Club data 2007-2010
@kaggle.sarahvch_predicting_who_pays_back_loans
CREATE TABLE loan_data (
"credit_policy" BIGINT,
"purpose" VARCHAR,
"int_rate" DOUBLE,
"installment" DOUBLE,
"log_annual_inc" DOUBLE,
"dti" DOUBLE,
"fico" BIGINT,
"days_with_cr_line" DOUBLE,
"revol_bal" BIGINT,
"revol_util" DOUBLE,
"inq_last_6mths" BIGINT,
"delinq_2yrs" BIGINT,
"pub_rec" BIGINT,
"not_fully_paid" BIGINT
);
Anyone who has the link will be able to view this.