Baselight

Loan-Approval-Prediction-Dataset

Loan Approval Dataset used for Prediction Models

@kaggle.architsharma01_loan_approval_prediction_dataset

Loading...
Loading...

About this Dataset

Loan-Approval-Prediction-Dataset

The loan approval dataset is a collection of financial records and associated information used to determine the eligibility of individuals or organizations for obtaining loans from a lending institution. It includes various factors such as cibil score, income, employment status, loan term, loan amount, assets value, and loan status. This dataset is commonly used in machine learning and data analysis to develop models and algorithms that predict the likelihood of loan approval based on the given features.

Tables

Loan Approval Dataset

@kaggle.architsharma01_loan_approval_prediction_dataset.loan_approval_dataset
  • 81.18 KB
  • 4269 rows
  • 13 columns
Loading...

CREATE TABLE loan_approval_dataset (
  "loan_id" BIGINT,
  "n__no_of_dependents" BIGINT,
  "n__education" VARCHAR,
  "n__self_employed" VARCHAR,
  "n__income_annum" BIGINT,
  "n__loan_amount" BIGINT,
  "n__loan_term" BIGINT,
  "n__cibil_score" BIGINT,
  "n__residential_assets_value" BIGINT,
  "n__commercial_assets_value" BIGINT,
  "n__luxury_assets_value" BIGINT,
  "n__bank_asset_value" BIGINT,
  "n__loan_status" VARCHAR
);

Share link

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