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

https://github.com/abideen-olawuwo/loan

A loan prediction modes
https://github.com/abideen-olawuwo/loan

adaboostclassifier catboost-classifier gaussian knearest-neighbor-algorithm linear-svc logistic-regression matplotlib naive-bayes-classifier numpy pandas sklearn xgboost

Last synced: 2 months ago
JSON representation

A loan prediction modes

Awesome Lists containing this project

README

          

- Problem definition

How well can we predict customers that will repay the loan granted by the loan company .

- Data

The dataset was downloaded from Github (https://github.com/Safa1615/Dataset--loan/blob/main/bank-loan.csv)

- Feature

The data has the follow feature which include; age, education, employ, address, income, debtinc, creddebt, othdebt and default

- Modelling

The Model used are LogisticRegression, KNeighborsClassifier, RandomForestClassifier, GaussianNB, XGBClassifier, DecisionTreeClassifier, AdaBoostClassifier and LinearSVC

- Feature