Reproduce the Experiments in "Predicting Winning Price in Real Time Bidding with Censored Data"
- Ubuntu
- Docker (Please read the installation guide here: https://docs.docker.com/installation/ubuntulinux/)
- GNU Make
- git
- 16GB Memory
git clone https://github.com/wush978/KDD2015wpp.git
Due to the license of the iPinYou dataset, we do not provide an automatic tool for downloading the required dataset.
Please visit the iPinYou Real-Time Bidding Dataset
for Computational Advertising Research to download the ipinyou.contest.dataset.zip
and place the file in the root directory of this project.
After downloading the dataset, please execute make
to reproduce the experiments.
If you have any problem, please feel free to post an issue in https://github.com/wush978/KDD2015wpp/issues.