aditya-grover / node2vec

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

Support for negative edge weights #67

Open anjalibhavan opened 5 years ago

anjalibhavan commented 5 years ago

Does node2vec provide support for edges with negative weights? I have an edgelist with several edges which are negative valued, but I'm strangely getting ZeroDivisionError on running the code. There are no zero edges, however, I checked.