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.
- Host: GitHub
- URL: https://github.com/aashish22bansal/personal-bank-loan-modelling
- Owner: aashish22bansal
- License: mit
- Created: 2021-11-03T10:48:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T15:36:40.000Z (over 3 years ago)
- Last Synced: 2025-03-01T16:47:34.714Z (9 months ago)
- Topics: decision-tree-classifier, logistic-regression, naive-bayes-algorithm, random-forest-classifier
- Language: Jupyter Notebook
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
- Logistic Regression
- Random Forest Classifier
- Decision Tree Classifier
- Naive Bayes