-
Problem
---
There have been a bunch of requests and efforts (PR #744 #748 #753 Issue #719 #742) around our modules, examples and dataset. This RFC would like to discuss some details and write out …
-
PC memory:128GB
node2vec = Node2Vec(G, dimensions=100, walk_length=30, num_walks=100, workers=10)
TerminatedWorkerError: A worker process managed by the executor was unexpectedly terminated. This …
-
Hi,
Suppose that we have two graphs, namely training and a test graph. I wonder (1) how to train the node2vec (or any other method) model on the _training_ graph and (2) later use this model for co…
-
Hi,
First thanks for a great paper. However, when I try to reproduce your results, the node2vec method is suddenly killed in the evaluation procedure.
I used the following line to start with nod…
-
Hi, I'm trying to run node2vec using the Spark implementation on a large graph (~0.6M nodes, ~20M edges. Why is the value of each dimension of the embedding that I get so large?
so please tell me …
-
Hey @eliorc ,
I am trying to generate the walks using Node2Vec module(the precomputed probabilities were calculated without any error), but I am facing some dimensionality issue. Can you please hel…
-
@pnrobinson @vidarmehr we are curious about the rationale for selecting the max component of the graph as input for the random walk. The bioNEV paper does not seem to do that. I believe that picking t…
-
I am getting this error when trying to run the unit tests.
```
---------------------------------------------------------------------------
TypeError Traceback (mos…
-
This is the new code
```
for [orig_node, alias_node] in pool.map(self._get_alias_node, g.nodes()):
alias_nodes[orig_node] = alias_node
dateTimeObj = datetime.now()
print(dateTimeOb…
-
**Describe the bug**
StellarGraph indexes graphs via `.node` in many locations.
This was supported in [NetworkX 2.3](https://github.com/networkx/networkx/blob/networkx-2.3/networkx/classes/graph…
huonw updated
5 years ago