Project information

  • Category: Machine Learning
  • Client: Personal Project
  • Project date: July 2021
  • Project URL: Loan Prediction

Classificaton Loan Status is a binary classification problem, where we got some information about sample of peoples , and we need to predict whether we should give some one a loan or not depending on his information using machine learning techniques to solve our problem. Used Python, Numpy, Pandas, Scikit-learn, Matplotlib, Seaborn, and Scikit-image to solve this problem. 4 different models Logistic Regression, KNeighborsClassifier, SVC and DecisionTreeClassifier to train your data, so we can compare between them.