Skip to content

Loans are the core business of banks. The main profit comes directly from the loan’s interest. The loan companies grant a loan after an intensive process of verification and validation. However, they still don’t have assurance if the applicant is able to repay the loan with no difficulties.

License

Notifications You must be signed in to change notification settings

VIJAY-GADRE/Bank_Loan_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank_Loan_Prediction

Algorithm: -

Import the relevant libraries.

Preprocess the Raw Data:-

  • i. Descriptive Stats [all variables]
  • ii. Variables of Interest
  • iii. Missing Values
  • iv.Rearrange the Data [dependent ——— independent]
  • v. Dummy Categorical [relax 1st variable]

Logistic Regression Model:-

  • i. Declare Targets and Inputs
  • ii. Create the regression
  • iii. Train the Model
  • iv. Develop a Confusion Matrix
  • v. Check the accuracy and missclassification rate

Testing the Data:-

  • i. Load the testing dataset
  • ii. Descriptive Stats [all variables]
  • iii. Variables of Interest
  • iv. Missing Values
  • v.Rearrange the Data [dependent ——— independent]
  • vi. Dummy Categorical [relax 1st variable]
  • vii. Predict the inputs

About

Loans are the core business of banks. The main profit comes directly from the loan’s interest. The loan companies grant a loan after an intensive process of verification and validation. However, they still don’t have assurance if the applicant is able to repay the loan with no difficulties.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published