Baselight

Check Loan Eligibility

Check for your Loan Eligibility by using this dataset

@kaggle.mukeshmanral_check_loan_eligibility

Loading...
Loading...

About this Dataset

Check Loan Eligibility

Check for Loan Eligibility fast, this is Preprocessed data aimed for modeling and hyperparameter tuning and other stuff.
Based of features like Gender type, Education, Applicant Income, Loan Amount, Credit History, Property Area predit Loan Status

Tables

Loan Eligibility

@kaggle.mukeshmanral_check_loan_eligibility.loan_eligibility
  • 16.24 KB
  • 614 rows
  • 12 columns
Loading...

CREATE TABLE loan_eligibility (
  "gender" BIGINT,
  "married" BIGINT,
  "dependents" BIGINT,
  "education" BIGINT,
  "self_employed" BIGINT,
  "applicantincome" BIGINT,
  "coapplicantincome" DOUBLE,
  "loanamount" DOUBLE,
  "loan_amount_term" BIGINT,
  "credit_history" BIGINT,
  "property_area" BIGINT,
  "loan_status" BIGINT
);

Share link

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