Skip to content

A model to classify loan status using ML Classification algorithms.

Notifications You must be signed in to change notification settings

Shazam-19/loan-status-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

loan-status-classifier

Final project of Machine Learning with Python course on Coursera

This project uses 4 classification algorithms and compares their evaluation to find the best one:

  • K Nearest Neighbor (KNN)
  • Decision Tree
  • Support Vector Machine (SVM)
  • Logistic Regression

I got a full grade of 25/25 after my peers in the course reviewed my submission which matched the required points were given in the description of the project.

Screenshot_2