wzfhaha / dropout_prediction

28 stars 10 forks source link

Would pre-processing be similar if want to work on KDDCup2015 dataset rather than current updated version? #1

Open pmixer opened 4 years ago

pmixer commented 4 years ago

Hi @wzfhaha, thx for sharing the code, I'm trying to re-produce the result and do some experiments to compare with https://github.com/srijankr/jodie for dropout prediction.

Could u pls tell if I hope to work on KDDCup2015 dataset which also got reported in the paper, the raw procedure for feature-extraction and pre-processing would be similar to current implementation which only works for AAAI2019 version dataset?

wzfhaha commented 4 years ago

Hi, @pmixer, thanks for your question. The pre-processing for KDDCup2015 is different from the current implementation. It needs more feature extraction processes to reproduce the results on KDDCup 2015 reported in our paper. But I think you can also adopt this preprocessing scripts in your experiments with using the same input features for different models.

pmixer commented 4 years ago

Hi, @pmixer, thanks for your question. The pre-processing for KDDCup2015 is different from the current implementation. It needs more feature extraction processes to reproduce the results on KDDCup 2015 reported in our paper. But I think you can also adopt this preprocessing scripts in your experiments with using the same input features for different models.

@wzfhaha :ok: thx dalao~