Node2Vec
A highly scalable distributed node2vec algorithm
Installation
pip install node2vec-fugue
Release History
0.2.5
- Add indexer of graph vertices
- Allow trimming hotspot vertices
0.2.4
- Use Apache-2.0 license
0.2.3
- Add graph indexer for arbitrary vertex names
- Refactor layout
0.2.2
- support word2vec on either gensim or spark.ml.feature backend
- fully tested
0.2.1
- change the interface to support backend compute engine
- use iterable to replace most pandas usage
0.2.0
- support fugue based node2vec
- not yet support input format validation and vertex indexing