Skip to content

Machine Learning Model Using Python For Predicting Loan Status

Notifications You must be signed in to change notification settings

Ayush12062000/Loan_Status_Prediction

Repository files navigation

Loan Status Prediction

Building a model that predicts whether the customer will get a loan or not.

Dependency Libraries

  • Python 3
  • pandas
  • numpy
  • scipy
  • scikit-learn
  • matplotlib
  • seaborn
  • jupyter notebook

Installation Commands

Install the required packages using requirements.txt inside the environemnt using pip.

$ pip install -r requirements.txt

Deployed Link


https://prediction-loan-status.herokuapp.com/
Use this link to Get the predictions on whether you will get LOAN or NOT.