phanein / deepwalk

DeepWalk - Deep Learning for Graphs
http://www.perozzi.net/projects/deepwalk/
Other
2.68k stars 826 forks source link

No documentation #113

Open GuillaumeDesforges opened 4 years ago

GuillaumeDesforges commented 4 years ago

Could you please add documentation on how to use the API ?

Thanks

GTmac commented 4 years ago

Which specific API are you referring to? Thanks!

GuillaumeDesforges commented 4 years ago

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 4 years ago

+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 4 years ago

Because of it, I ended up using pytorch-geometric instead.

https://pytorch-geometric.readthedocs.io/