Link for the training and testing data is :- https://www.kaggle.com/c/loan-default-prediction/data
-
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. -
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