Official Python implementation for our Parallel hyper-parameter optimization for loan default prediction framework.
Hyper-parameter selection can significantly impact the performance of the machine learning model. Due to the large scale of data, parallel hyper-parameter selection is necessary for practical applications. Compared with the widely-used grid search and random search, Bayesian optimization is a global wise method proposed in recent years with fewer iterations. We consider these three methods for hyper-parameter selection in their parallel implementations. In many real-world applications such as Internet financial lending, delayed loan review often hurts business efficiency, thus faster processing is required.
-
python3.7, pillow, tqdm, torchfile, pytorch1.1+ (for inference)
pip install pillow pip install tqdm pip install torchfile conda install pytorch==1.1.0 torchvision==0.3.0 -c pytorch
Then, clone the repository locally:
git clone https://github.com/rnzhiw/Parallel_hyperparameter_optimization_for_loan_default_prediction.git
Then,The code corresponding to the paper is in give-me-some-credit folder
Step 1: Prepare images
- All images are in the givemesomecredit/ Data folder


