The following codes are the solutions (5st place, private score: 0.78882) for the dacon competition.
git clone https://github.com/GNOEYHEAT/CTR_stacking.git
cd CTR_stacking
conda create -n clicking python==3.9
conda activate clicking
pip install -r requirements.txt
|-- README.md
|-- data
| |-- data.zip
| |-- pp_test_ce.parquet
| |-- pp_train_ce.parquet
| |-- sample_submission.csv
| |-- test.csv
| |-- train.csv
|-- requirements.txt
|-- src
| |-- Preprocess.py
| |-- config.py
| |-- model.py
| `-- run.py
cd ./src
python Preprocess.py
python run.py
The final submission is submission/stack.csv