Skip to content

datamugger/Loan-Eligibility-Prediction-Data-Science-Project

Repository files navigation

Loan-Eligibility-Prediction-Data-Science-Project

In this Project, we are creating a loan approval prediction system using Python and also it's GUI representation.

image image



✅ What is a loan prediction system?
A mechanism called the Loan Prediction System allows you to apply for loans and receive notifications when they are approved. By the data provided by the applicant, the system notifies the applicant of the loan's availability.

Libraries

  • Numpy
  • Pandas
  • Matplotlib
  • Scikit
  • Seaborn
  • Tkinter
  • Joblib

Encoding

  • Label Encoder

Algorithms

  • Decision Tree Classifier
  • Naive_Bayes Algorithm
  • Random Forest Classifier
  • K-Neighbours
  • Logistic Regression
  • SVC (Support Vector Classifier)
  • Gradient Boosting Classifier

HyperParameter Tunning

  • Randomized Search CV

Steps followed

  • Data Collection - Completeness and correctness of data collection
  • Data preparation - cleansing and preparing data for the next steps of model development
  • Algorithm Understanding - Knowledge of the algorithm used for model development
  • Model Development - Building the model with the right selection of the parameters
  • Model Tuning - Improving the model performance by tuning the hyper parameters
  • Model Evaluation - Testing the model on sufficient sample for correctness
    i) Final Presentation and QA
    ii) Demonstration of the Working Demo of the system.

Releases

No releases published

Packages

No packages published