nodevectors
nodevectors copied to clipboard
Continue fitting process
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.
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.
Ok, thanks. I thought Node2Vec would be the easiest. I think word2vec from gensim allows to do it.