Closed jdmoore7 closed 4 years ago
The README demonstrates how to execute from command line, but it's unclear which methods to use and in what order from within Jupyter Notebook (or any IDE for that matter.)
For usage in Jupyter, you could try calling the process() function defined in __main__.py: https://github.com/phanein/deepwalk/blob/master/deepwalk/__main__.py#L49
process()
__main__.py
The README demonstrates how to execute from command line, but it's unclear which methods to use and in what order from within Jupyter Notebook (or any IDE for that matter.)