Does DGL support feature preprocessing using traditional graph algorithm like pagerank?

(1) Is there any GNN case which uses graph analytics algorithm like pagerank/sssp to generate node features?
(2) If it exists, will DGL support this feature?

1 Like

Currently the answer is no. Is there any open source library supporting various graph algorithm now?

Yes. NetworkX and Neo4j graph data science.