Metadata-Version: 2.1
Name: embiggen
Version: 0.10.0.dev11
Summary: Graph embedding, machine learning, and visualization library.
Home-page: https://github.com/monarch-initiative/embiggen
Author: Vida Ravanmehr, Peter Robinson, Luca Cappelletti, Tommaso Fontana
Author-email: vida.ravanmehr@jax.org, peter.robinson@jax.org, luca.cappelletti1@unimi.it, tommaso.fontana@mail.polimi.it
License: BSD3
Description: Embiggen
        =========================================================================================
        |pip| |downloads|
        
        Python graph embedding, machine learning, and visualization library, with TensorFlow models and graph
        processing based on Ensmallen.
        
        How to install Embiggen
        -------------------------
        As usual, you can install this package from Pypi by running:
        
        .. code:: bash
        
            pip install embiggen
        
        Unit testing
        -----------------------------------
        To run the unit testing on the package, generating
        the coverage and the HTML report, you can use:
        
        .. code:: bash
        
            pytest --cov embiggen --cov-report html
        
        .. |pip| image:: https://badge.fury.io/py/embiggen.svg
            :target: https://badge.fury.io/py/embiggen
            :alt: Pypi project
        
        .. |downloads| image:: https://pepy.tech/badge/embiggen
            :target: https://pepy.tech/badge/embiggen
            :alt: Pypi total project downloads
Keywords: node2vec,word2vec,CBOW,SkipGram,GloVe
Platform: UNKNOWN
Requires-Python: >=3.6.0
Provides-Extra: test
Provides-Extra: nltk
