├── .gitignore ├── Automated Loan Repayment.ipynb ├── LICENSE ├── README.md └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alteryx/predict-loan-repayment/HEAD/.gitignore -------------------------------------------------------------------------------- /Automated Loan Repayment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alteryx/predict-loan-repayment/HEAD/Automated Loan Repayment.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alteryx/predict-loan-repayment/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alteryx/predict-loan-repayment/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alteryx/predict-loan-repayment/HEAD/requirements.txt --------------------------------------------------------------------------------