An open API service indexing awesome lists of open source software.

https://github.com/0xnaman1/loan-payment-classifier

The project is based on implementation of KNN, Decision Trees, Logistic Regression and SVM to find out the type of loan payments. The accuracy of each model is calculated using Jaccard, Log Loss and F1 score.
https://github.com/0xnaman1/loan-payment-classifier

data-science decision-tree-classifier knn-classification machine-learning

Last synced: about 1 year ago
JSON representation

The project is based on implementation of KNN, Decision Trees, Logistic Regression and SVM to find out the type of loan payments. The accuracy of each model is calculated using Jaccard, Log Loss and F1 score.

Awesome Lists containing this project

README

          

# Best Loan Classifier Project using ML

A loan classifier is built using machine lerning algorithms that include
- KNN
- Decision Trees
- Logistic Regression
- Support Vector Machine

The accuracy of all the models was calculated using the various metrics including
- Jaccard score
- F1 score
- Log Loss