aditya-grover / node2vec

http://snap.stanford.edu/node2vec/
MIT License
2.6k stars 912 forks source link

Some changes which are needed for the code to work on both Python 2 and 3 #68

Open bharatr21 opened 5 years ago

bharatr21 commented 5 years ago

Some changes which were made, along with changes to the requirements file

Relevant issues: #18, #35 , #39

Closes #18 , #35 and #39

Numpy version has to be changed otherwise it throws numpy.ufunc has the wrong size, try recompiling error.

Similarly, Gensim has to be updated to remove the DeprecationWarning: Deprecated. Use model.wv.save_word2vec_format instead. error