deepwalk icon indicating copy to clipboard operation
deepwalk copied to clipboard

No documentation

Open GuillaumeDesforges opened this issue 4 years ago • 4 comments

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

Thanks

GuillaumeDesforges avatar Mar 07 '20 15:03 GuillaumeDesforges

Which specific API are you referring to? Thanks!

GTmac avatar Mar 08 '20 16:03 GTmac

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.

GuillaumeDesforges avatar Mar 09 '20 09:03 GuillaumeDesforges

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

karrtikiyer avatar Jun 21 '20 05:06 karrtikiyer

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

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

GuillaumeDesforges avatar Jun 22 '20 16:06 GuillaumeDesforges