Skip to content

Simple loan calculator using linear regression

Notifications You must be signed in to change notification settings

vikaspatra/LoanRiskPredictor

 
 

Repository files navigation

Loan approval prediction

Web app to help banks to determine whether a person will be able to pay his loan or not.
Results are stated in probality (0 to 100%) of returning the loan.

Try this now :-

Just head on to http://92ganesh.github.io/LoanRiskPredictor/

Details :-

App Type: Web App
Languages used: HTML, CSS, JavaScript & Ploty
Algorithm: Logistic regression
Dataset: from kaggle (link is given below). It has data for around 101k people and
current loan amount given to them. Dataset has 14 attributes which are mentioned below.
https://www.kaggle.com/deyritwik/bank-loan

screenshot

About

Simple loan calculator using linear regression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.1%
  • CSS 36.1%
  • JavaScript 4.8%