dmlc / dgl

Python package built to ease deep learning on graph, on top of existing DL frameworks.
http://dgl.ai
Apache License 2.0
13.54k stars 3.01k forks source link

[Question]: Personalized Page Rank #1699

Closed sidhantwadhwani closed 2 years ago

sidhantwadhwani commented 4 years ago

Does DGL has Personalized Pagerank. I managed to find the method in DGL for pagerank, but when i analysed the code, there was nothing related to personlaized page rank. Can you provide any guidance with the implementation of Personalised Pagerank on top of DGL.

mufeili commented 4 years ago

You may find our example of APPNP helpful.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale due to lack of activity. It will be closed if no further activity occurs. Thank you

github-actions[bot] commented 2 years ago

This issue is closed due to lack of activity. Feel free to reopen it if you still have questions.