wush978 / KDD2015wpp

Reproduce the experiments published in "Predicting Winning Price in Real Time Bidding with Censored Data"
40 stars 21 forks source link

Reproduce the Experiments in "Predicting Winning Price in Real Time Bidding with Censored Data"

Corrigendum

Environment

Getting Started

Checkout the Project

git clone https://github.com/wush978/KDD2015wpp.git

Download Dataset

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.

Make

After downloading the dataset, please execute make to reproduce the experiments.

Trouble Shooting

If you have any problem, please feel free to post an issue in https://github.com/wush978/KDD2015wpp/issues.

Bug Fixes

Thanks for the suggestion from @ysk24ok and @jacky168, the code is updated to correct the mistakes. The code used in the paper is put to the tag submission-of-kdd