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

https://github.com/aashish22bansal/personal-bank-loan-modelling

The model compares several different algorithms and predicts whether a family will be granted the loan from the bank or not.
https://github.com/aashish22bansal/personal-bank-loan-modelling

decision-tree-classifier logistic-regression naive-bayes-algorithm random-forest-classifier

Last synced: 4 months ago
JSON representation

The model compares several different algorithms and predicts whether a family will be granted the loan from the bank or not.

Awesome Lists containing this project

README

          

# Personal-Bank-Loan-Modelling

The model compares several different algorithms and predicts whether a family will be granted the loan from the bank or not.



Some of the algorithms which are being used are:


  1. Logistic Regression

  2. Random Forest Classifier

  3. Decision Tree Classifier

  4. Naive Bayes