BianKov / iterEmb

Iterative Embedding and ReWeighting (IERW)
1 stars 0 forks source link

Overflowting #3

Closed skojaku closed 1 year ago

skojaku commented 1 year ago

https://github.com/BianKov/iterEmb/blob/add-link-prediction/libs/embcom/iterativeEmb/iterativeNode2vec.py#L31

This line of code is often overloaded because q sometimes becomes very large. (like q=36).

skojaku commented 1 year ago

Sorry. This line https://github.com/BianKov/iterEmb/blob/add-link-prediction/libs/embcom/iterativeEmb/iterativeNode2vec.py#L56

BianKov commented 1 year ago

In my SBM-LFR measurements q=10 approximately, then I can do 7-15 iterations. I don't know what to say, I am actually not too surprised, node2vec never worked smoothly in general, just on some precisely selected dataset...