Skip to content

Classify the user as defaulter/non-defaulter based on various financial parameters

Notifications You must be signed in to change notification settings

abhay6694/LoanPrediction

Repository files navigation

LoanPrediction

Link for the training and testing data is :- https://www.kaggle.com/c/loan-default-prediction/data

Steps to run the code :-

  1. Firstly, run the jupyter notebook using the jupyter notebook and then it will generate feature set and trained model as they are very big so couldn't upload here. It would have saved lots of time but I can't help.

  2. After that you just have to run a python script with test file and output file as script parameters & putting all the files in same directory. It will happily produce the desired output.

python3 LoanDefaultPrediction.py /test_file_path /output_file_path

Releases

No releases published

Packages

No packages published