-
Dear author,
I tried to run your code, however, I got the following error:
from node2vec import Node2Vec
ModuleNotFoundError: No module named 'node2vec'
I have search the repository, it see…
-
I have used the default parameters of deepwalk to train on a node embedding as well as the config file in [a yaml file](https://github.com/DeepGraphLearning/graphvite/blob/master/config/graph/deepwalk…
-
Hi There,
I am new to node2vec, and have a quick question: for different runs, will node2vec return same vector for a same node V? given the default parameters. I am not very sure about this becaus…
-
### Description
#889 removed a lot of demo scripts that were duplicating what was being demonstrated in notebooks already, but [this script](https://github.com/stellargraph/stellargraph/blob/0f64ef…
kjun9 updated
4 years ago
-
I plan on submitting several label propagation baselines. However, when using label propagation (which has 0 parameters), it seems quite weird (and unfair to it) to not use the validation labels for t…
-
Hi Alexandru,
I don't fully understand how network reconstruction is done.
For example, what is the difference between LPEvaluator and NREvaluator when train_frac is the same number, for example …
LPioL updated
4 years ago
-
running `runLinkPrediction_ppi.py` on edges generated from the first 10k lines of the String DB, I'm getting a key error here:
https://github.com/monarch-initiative/N2V/blob/e159e15bedc89dacc5e8e30…
-
Is there a way to adding seeding functionality in order to produce same result for debugging/testing purposes?
We try to seed before every rand function call but it produces different results in ev…
-
**Submitting author:** @palash1992 (Palash Goyal)
**Repository:** https://github.com/palash1992/GEM
**Version:** v1.0.0
**Editor:** @danielskatz
**Reviewer:** @jsgalan, @rougier
**Archive:** 10.5281/z…
-
### Description
Currently the documentation does not give much information about how to create graphs for use with StellarGraph. Homogeneneous graphs are straighforward and have many demos showing…