Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/animesh-chourey/loan-classifier


https://github.com/animesh-chourey/loan-classifier

decision-tree knn logistic-regression svm

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

Trained various machine learning classification algorithms and found the best one for this specific dataset by accuracy evaluation
methods to predict whether the loan cases will be paid off or not.

| **Algorithm** | **F1-score** | **Jaccard** | **LogLoss** |
|-------------------------|--------------|-------------|-------------|
| **KNN** | 0.632 | 0.653 | - |
| **Decision Tree** | 0.626 | 0.679 | - |
| **SVM** | 0.621 | 0.722 | - |
| **Logistic Regression** | 0.63 | 0.74 | 0.532 |