node2vec icon indicating copy to clipboard operation
node2vec copied to clipboard

Implementation of the node2vec algorithm.

Results 8 node2vec issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Hello there, what is the correct way to separate training from inference? Is this correct? I run the training first, save the embeddings. Then I load a new graph and...

Hello, From running ``` from node2vec import Node2Vec ``` I get an import error. It seems that it tries to run the script nx_pylab.py. ``` UserWarning: No data for colormapping...

--------------------------------------------------------------------------- _RemoteTraceback Traceback (most recent call last) _RemoteTraceback: """ Hello I am getting the following error: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/joblib/externals/loky/process_executor.py", line 463, in _process_worker r = call_item()...

Hello, I ran the commands using the default data in the package and get the following error in the embed node step in the `node2vec.fit` step `import networkx as nx`...

Are there any plans to support newer versions of networkx? Would anyone be available to review a PR for this and make a new release if I were to do...

I implemented the parallel computation of the node transition probabilities using concurrent.futures.

updated dependencies to use python 3.11 and networkx 3.x. The updated python version will also use updated version of gensim