Skip to content

Given features of the loan, predict whether a person will default or not? Every loan has a max_dpd column against it - it is the max of days past due on all installments of the loan. This is what defines if a loan has defaulted or not. You can look at 30 days past due as the definition of default. The problem statement is to design a model to pred…

Notifications You must be signed in to change notification settings

nehamehta2110/Loan-Defaulter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loan-Defaulter

Given features of a customer account in banks, predict whether a person will default or not? Every loan has a max_dpd column against it - it is the max of days past due on all instalments of the loan. This is what defines if a loan has defaulted or not. You can look at 30 days past due as the definition of default. The problem statement is to design a model to predict whether a user will default.

About

Given features of the loan, predict whether a person will default or not? Every loan has a max_dpd column against it - it is the max of days past due on all installments of the loan. This is what defines if a loan has defaulted or not. You can look at 30 days past due as the definition of default. The problem statement is to design a model to pred…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages