-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any way of downloading the dataset XING? #1
Comments
Hi, Cheers |
Apparently, the data of the 2016 version of the competition is no longer available for public usage. The dataset contains user interactions (interactions.csv) in the same format used in the paper. Sadly, this is not enough to ensure the exact reproducibility of the results of the paper as the data is 99% different, but I expect you'll obtain similar results. I'll run some experiments on my own when I find some spare time. LMK! :-) |
Hi, i am interested in you work and want to get the data for my research. |
Hi, unfortunately I don't know any alternative way of retrieving the data. |
Hi, I understand that the Xing dataset is not available anymore. However, it would help a lot if I know the format of data. Is this a similar format to what interactions.csv looks like? 3385219031517549721,item_id1,2018-02-09 21:42:54.574,0 Cheers |
The format is a tab-separated list of interactions like user_id item_id interaction_type created_at But your format can work as well, as long as you can convert it to a pandas DataFrame of interactions with integer timestamps. Cheers |
hi, i have noticed that your work is very interesting. I want to reproduce the results. Since the recsys challenge has closed. I have no idea to download the dataset. I would appreciate a lot if you have any suggestions?
The text was updated successfully, but these errors were encountered: