aditya-grover / node2vec

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

TypeError: 'float' object is not iterable : Failed to convert edge data (['0.0000055313498705800166']) to dictionary. #53

Closed ghost closed 5 years ago

ghost commented 5 years ago

hi~ I am attempting to creating a weighted graph, and the weight down to e-9, but does not works image while I convert it to string, either image image

anyone know why?

spitis commented 5 years ago

You need to add "--weighted" argument.