claws-lab / jodie

A PyTorch implementation of ACM SIGKDD 2019 paper "Predicting Dynamic Embedding Trajectory in Temporal Interaction Networks"
MIT License
355 stars 82 forks source link

How to create dataset #20

Open LeeQueue513 opened 1 year ago

LeeQueue513 commented 1 year ago

I want to run the model on my own dataset, but I don't know how to convert my dataset to the required format. What does the data in the comma_separated_list_of_features column mean? How was it obtained? Thanks.