/Loan-Eligibility-Predictor

The Loan Eligibility Predictor automates loan validation for a housing finance company, streamlining decision-making through predictive models. Tailored for interest-free home loans, it leverages customer details to enhance efficiency in the application process.

Primary LanguageJupyter NotebookMIT LicenseMIT

Loan-Eligibility-Predictor

Overview

This project aims to automate the loan eligibility validation process for a housing finance company. The company offers interest-free home loans and wants to predict loan decisions and amounts based on customer details provided in the loan application form.

Features

  • Linear Regression Model for predicting loan amounts.
  • Logistic Regression Model for predicting loan status.
  • Data preprocessing, analysis, and visualization.
  • Evaluation metrics: R2 score for linear regression, accuracy for logistic regression.

Datasets

  • loan_old.csv: Contains 614 records of applicants' data with 10 feature columns and 2 target columns.
  • loan_new.csv: Contains 367 records of new applicants' data with the same structure.