INK-USC / temporal-gcn-lstm

Code for Characterizing and Forecasting User Engagement with In-App Action Graphs: A Case Study of Snapchat
77 stars 26 forks source link

Action Graph #6

Closed rehamkhawajahere closed 3 years ago

rehamkhawajahere commented 3 years ago

Do we have a code in this repo for making an action graph with its probabilities calculation on its edges? (Like Fig1 and Fig3 in your paper)

yozenliu commented 3 years ago

Hi, you can check out build_graphs.py to build the edge list and probability. As for the figures, they were plotted using Gephi.