nodevectors icon indicating copy to clipboard operation
nodevectors copied to clipboard

Continue fitting process

Open miguelwon opened this issue 3 years ago • 2 comments

Hi, Can I update node embeddings given and already trained model? I want to fit a model but then I want to update the network periodically and update the node embedding and not start from zero.

miguelwon avatar Oct 28 '21 11:10 miguelwon

Currently, no...

It would be difficult to do depending on the algorithm. For Node2Vec it would be complex to implement. For something like GGVec or ProNE it might be a simpler task.

VHRanger avatar Oct 28 '21 13:10 VHRanger

Ok, thanks. I thought Node2Vec would be the easiest. I think word2vec from gensim allows to do it.

miguelwon avatar Oct 28 '21 14:10 miguelwon