benedekrozemberczki / graph2vec

A parallel implementation of "graph2vec: Learning Distributed Representations of Graphs" (MLGWorkshop 2017).
https://karateclub.readthedocs.io/
GNU General Public License v3.0
901 stars 169 forks source link

how to generate embeddings of graphml or graphson files as input using your library? #51

Closed Ashish-kumar0707 closed 1 year ago

Ashish-kumar0707 commented 2 years ago

Here we are using .json files in the dataset, I have data in Graphml(XML) or graphson(Json) format, how can i use your library to generate embeddings using any of these graphml or graphson files?

or any other library you suggest which can do the same?