-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No documentation #113
Comments
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. |
Could you please add documentation on how to use the API ?
Thanks
The text was updated successfully, but these errors were encountered: