This repository has been forked from https://github.com/bielrv/open-solution-home-credit-1.git and has been later modified by myself.
- Clone repository
git clone https://github.com/bielrv/open-solution-home-credit-1.git
- Create virtual environment
virtualenv -p python3 venv
- Activate virtualenv
source venv/bin/activate
- Install requirements
pip install -r requirements.txt
Execute main.py
python main.py -- train_evaluate_predict_cv --pipeline_name lightGBM
In order to successfully train the model an increase of the swap might be required.
Swap space is a restricted amount of physical memory that is allocated for use by the operating system when available memory has been fully utilized. It is memory management that involves swapping sections of memory to and from physical storage.