Metadata-Version: 2.1
Name: node2vec-fugue
Version: 0.2.0
Summary: Highly Scalable Distributed Node2Vec Algorithm Library
Home-page: http://github.com/fugue-project/node2vec
Author: Jintao Zhang
Author-email: jtzhang@gmail.com
License: MIT
Description: # Node2Vec
        
        [![PyPI pyversions](https://img.shields.io/pypi/pyversions/node2vec-fugue.svg)](https://pypi.python.org/pypi/node2vec-fugue/)
        [![PyPI license](https://img.shields.io/pypi/l/node2vec-fugue.svg)](https://pypi.python.org/pypi/node2vec-fugue/)
        [![PyPI version](https://badge.fury.io/py/node2vec-fugue.svg)](https://pypi.python.org/pypi/node2vec-fugue/)
        [![Coverage Status](https://coveralls.io/repos/github/fugue-project/node2vec/badge.svg)](https://coveralls.io/github/fugue-project/node2vec)
        
        A highly scalable distributed node2vec algorithm
        
        ## Installation
        ```
        pip install node2vec-fugue
        ```
        
        
        ## Release History
        
        ### 0.2.0
        * support fugue based node2vec
        * not yet support input format validation and vertex indexing
        
        ### 0.1.0
        * initial, fully tested release
        * support only pyspark based node2vec
        * support input format validation and vertex indexing
        
Keywords: graph embedding
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
