Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 538 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 538 Bytes

Predicting-Loan-Defaults

Loan Defaults are predicted using prevalent macroeconomic conditions in addition to conventional credit scoring features using classifiers like Logistic Regression, KNN and Random Forest

Instructions

  1. Unzip the MacroMicroData.zip, main.py and other python files to the same directory.
  2. Change the working directory to wherever main.py resides.
  3. Run only the main.py file.
  4. After execution results, images and additional metrics will be stored in folders in the same directory for further analysis.