├── .github └── ISSUE_TEMPLATE │ └── custom.md ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Data Dictionary.xlsx ├── LICENSE ├── LTFS Loan Default Prediction.ipynb ├── README.md ├── pull_request_template.md ├── sample_submission_24jSKY6.csv ├── test_bqCt9Pv.csv └── train.zip /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Loan-Default-Prediction/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Loan-Default-Prediction/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Loan-Default-Prediction/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Loan-Default-Prediction/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Data Dictionary.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Loan-Default-Prediction/HEAD/Data Dictionary.xlsx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Loan-Default-Prediction/HEAD/LICENSE -------------------------------------------------------------------------------- /LTFS Loan Default Prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Loan-Default-Prediction/HEAD/LTFS Loan Default Prediction.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Loan-Default-Prediction/HEAD/README.md -------------------------------------------------------------------------------- /pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Loan-Default-Prediction/HEAD/pull_request_template.md -------------------------------------------------------------------------------- /sample_submission_24jSKY6.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Loan-Default-Prediction/HEAD/sample_submission_24jSKY6.csv -------------------------------------------------------------------------------- /test_bqCt9Pv.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Loan-Default-Prediction/HEAD/test_bqCt9Pv.csv -------------------------------------------------------------------------------- /train.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Loan-Default-Prediction/HEAD/train.zip --------------------------------------------------------------------------------