Closed EdisonLeeeee closed 3 years ago
Hi, just “pip install node2vec”. See details in requirements.txt
Hi, Wei Jin.
Thanks, it works.
The implementation of node2vec is much slower and the sp.csr_matrix
needs to be transformed into nx.Graph
.
I think it's necessary to implement Node2Vec in deeprobust.
Yeah, I totally agree. The current model serves as a temporary solution and I shall implement it in the future. Currently I am working on adding graph classification and several other attack/defense methods.
Thank you for your suggestion.
I can help you implement this :), just wait a moment.
Kindly refer to https://github.com/DSE-MSU/DeepRobust/pull/51
Thank you so much!!!!
Hi, is there a missing file
node2vec
?