No documentation
GuillaumeDesforges opened this issue · 4 comments
GuillaumeDesforges commented
Could you please add documentation on how to use the API ?
Thanks
GTmac commented
Which specific API are you referring to? Thanks!
GuillaumeDesforges commented
All of it basically. In order to use the package programatically, one has to dig the code in order to understand how to use deepwalk in their pipeline, which nearly takes as much time as doing it by oneself.
Some examples and an API reference using something like https://docs.readthedocs.io/en/stable/ would be helpful.
karrtikiyer commented
+1 to @GuillaumeDesforges , I am also digging deep to find out how can I make it work with a networkx graph object. Any help would be much appreciated.
GuillaumeDesforges commented
Because of it, I ended up using pytorch-geometric instead.