phanein/deepwalk

No documentation

GuillaumeDesforges opened this issue · 4 comments

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

Thanks

GTmac commented

Which specific API are you referring to? Thanks!

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.

+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.

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

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