aditya-grover / node2vec

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

Migration Notes #77

Open Medinaaz opened 5 years ago

Medinaaz commented 5 years ago

python2 src/main.py --input graph/karate.edgelist --output emb/karate.emd Walk iteration: ('1', '/', '10') ('2', '/', '10') ('3', '/', '10') ('4', '/', '10') ('5', '/', '10') ('6', '/', '10') ('7', '/', '10') ('8', '/', '10') ('9', '/', '10') ('10', '/', '10') /home/medina/.local/lib/python2.7/site-packages/smart_open/smart_open_lib.py:398: UserWarning: This function is deprecated, use smart_open.open instead. See the migration notes for details: https://github.com/RaRe-Technologies/smart_open/blob/master/README.rst#migrating-to-the-new-open-function 'See the migration notes for details: %s' % _MIGRATION_NOTES_URL

Is anybody having the same error as me? How smart.open problem can be fixed?