Baselight

Loan Prediction India

Use this hasstle free dataset in which dataset is already cleaned.

@kaggle.bhavyamashru_loan_prediction_india

Loan Prediction
@kaggle.bhavyamashru_loan_prediction_india.loan_prediction

  • 201.39 KB
  • 12367 rows
  • 8 columns
age

Age

income

Income

assets

Assets

credit_score

Credit Score

debt_to_income_ratio

Debt To Income Ratio

existing_loan

Existing Loan

criminal_record

Criminal Record

loan_approved

Loan Approved

56537797714507000.451
65141745525485.72005938638890.3411
60373404594207880.351
611013881681028310.3211
27832691875466910.21
571162052080297980.191
231462762184317270.271
22679039257017680.241
64574404606005470.29
24938947537056990.12

CREATE TABLE loan_prediction (
  "age" DOUBLE,
  "income" DOUBLE,
  "assets" DOUBLE,
  "credit_score" DOUBLE,
  "debt_to_income_ratio" DOUBLE,
  "existing_loan" BIGINT,
  "criminal_record" BIGINT,
  "loan_approved" BIGINT
);

Share link

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