embiggen


Nameembiggen JSON
Version 0.11.95 PyPI version JSON
download
home_pagehttps://github.com/monarch-initiative/embiggen
Summary🍇 Embiggen is the Python Graph Representation learning, Prediction and Evaluation module processing submodule of the GRAPE library.
upload_time2023-12-05 19:53:51
maintainer
docs_urlNone
authorVida Ravanmehr, Peter Robinson, Luca Cappelletti, Tommaso Fontana
requires_python>=3.8.0
licenseBSD3
keywords graph representation learning line transe node2vec deewalk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            🍇 Embiggen
=========================================================================================
|pip| |downloads| |tutorials| |documentation| |python_version| |DOI| |license| |telegram| |discord| |twitter|

Embiggen is the graph machine learning submodule of the `🍇 GRAPE <https://github.com/AnacletoLAB/grape>`_ library.

How to install Embiggen
-------------------------
To install the complete GRAPE library, do run:

.. code:: bash

    pip install grape

Instead, to exclusively install the Embiggen package, you can run:

.. code:: bash

    pip install embiggen


Cite GRAPE
----------------------------------------------
Please cite the following paper if it was useful for your research:

.. code:: bib

    @misc{cappelletti2021grape,
      title={GRAPE: fast and scalable Graph Processing and Embedding}, 
      author={Luca Cappelletti and Tommaso Fontana and Elena Casiraghi and Vida Ravanmehr and Tiffany J. Callahan and Marcin P. Joachimiak and Christopher J. Mungall and Peter N. Robinson and Justin Reese and Giorgio Valentini},
      year={2021},
      eprint={2110.06196},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
    }

.. |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

.. |license| image:: https://img.shields.io/badge/License-BSD3-blue.svg
    :target: https://opensource.org/licenses/BSD-3-Clause
    :alt: License

.. |tutorials| image:: https://img.shields.io/badge/Tutorials-Jupyter%20Notebooks-blue.svg
    :target: https://github.com/AnacletoLAB/grape/tree/main/tutorials
    :alt: Tutorials

.. |documentation| image:: https://img.shields.io/badge/Documentation-Available%20here-blue.svg
    :target: https://anacletolab.github.io/grape/index.html
    :alt: Documentation

.. |DOI| image:: https://img.shields.io/badge/DOI-10.48550/arXiv.2110.06196-blue.svg
    :target: https://doi.org/10.48550/arXiv.2110.06196
    :alt: DOI

.. |python_version| image:: https://img.shields.io/badge/Python-3.7+-blue.svg
    :target: https://pypi.org/project/embiggen/#history
    :alt: Supported Python versions

.. |telegram| image:: https://badges.aleen42.com/src/telegram.svg
    :target: https://t.me/grape_lib
    :alt: Telegram Group

.. |discord| image:: https://badges.aleen42.com/src/discord.svg
    :target: https://discord.gg/Nda2cqYvTN
    :alt: Discord Server

.. |twitter| image:: https://badges.aleen42.com/src/twitter.svg
    :target: https://twitter.com/grapelib
    :alt: Twitter

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/monarch-initiative/embiggen",
    "name": "embiggen",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": "",
    "keywords": "Graph Representation Learning,LINE,TransE,Node2Vec,DeeWalk",
    "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",
    "download_url": "https://files.pythonhosted.org/packages/4a/3b/8ebf705e14e9dff1b80aee81d836330029f4855d30409447bd9d4c35df35/embiggen-0.11.95.tar.gz",
    "platform": null,
    "description": "\ud83c\udf47 Embiggen\n=========================================================================================\n|pip| |downloads| |tutorials| |documentation| |python_version| |DOI| |license| |telegram| |discord| |twitter|\n\nEmbiggen is the graph machine learning submodule of the `\ud83c\udf47 GRAPE <https://github.com/AnacletoLAB/grape>`_ library.\n\nHow to install Embiggen\n-------------------------\nTo install the complete GRAPE library, do run:\n\n.. code:: bash\n\n    pip install grape\n\nInstead, to exclusively install the Embiggen package, you can run:\n\n.. code:: bash\n\n    pip install embiggen\n\n\nCite GRAPE\n----------------------------------------------\nPlease cite the following paper if it was useful for your research:\n\n.. code:: bib\n\n    @misc{cappelletti2021grape,\n      title={GRAPE: fast and scalable Graph Processing and Embedding}, \n      author={Luca Cappelletti and Tommaso Fontana and Elena Casiraghi and Vida Ravanmehr and Tiffany J. Callahan and Marcin P. Joachimiak and Christopher J. Mungall and Peter N. Robinson and Justin Reese and Giorgio Valentini},\n      year={2021},\n      eprint={2110.06196},\n      archivePrefix={arXiv},\n      primaryClass={cs.LG}\n    }\n\n.. |pip| image:: https://badge.fury.io/py/embiggen.svg\n    :target: https://badge.fury.io/py/embiggen\n    :alt: Pypi project\n\n.. |downloads| image:: https://pepy.tech/badge/embiggen\n    :target: https://pepy.tech/badge/embiggen\n    :alt: Pypi total project downloads\n\n.. |license| image:: https://img.shields.io/badge/License-BSD3-blue.svg\n    :target: https://opensource.org/licenses/BSD-3-Clause\n    :alt: License\n\n.. |tutorials| image:: https://img.shields.io/badge/Tutorials-Jupyter%20Notebooks-blue.svg\n    :target: https://github.com/AnacletoLAB/grape/tree/main/tutorials\n    :alt: Tutorials\n\n.. |documentation| image:: https://img.shields.io/badge/Documentation-Available%20here-blue.svg\n    :target: https://anacletolab.github.io/grape/index.html\n    :alt: Documentation\n\n.. |DOI| image:: https://img.shields.io/badge/DOI-10.48550/arXiv.2110.06196-blue.svg\n    :target: https://doi.org/10.48550/arXiv.2110.06196\n    :alt: DOI\n\n.. |python_version| image:: https://img.shields.io/badge/Python-3.7+-blue.svg\n    :target: https://pypi.org/project/embiggen/#history\n    :alt: Supported Python versions\n\n.. |telegram| image:: https://badges.aleen42.com/src/telegram.svg\n    :target: https://t.me/grape_lib\n    :alt: Telegram Group\n\n.. |discord| image:: https://badges.aleen42.com/src/discord.svg\n    :target: https://discord.gg/Nda2cqYvTN\n    :alt: Discord Server\n\n.. |twitter| image:: https://badges.aleen42.com/src/twitter.svg\n    :target: https://twitter.com/grapelib\n    :alt: Twitter\n",
    "bugtrack_url": null,
    "license": "BSD3",
    "summary": "\ud83c\udf47 Embiggen is the Python Graph Representation learning, Prediction and Evaluation module processing submodule of the GRAPE library.",
    "version": "0.11.95",
    "project_urls": {
        "Homepage": "https://github.com/monarch-initiative/embiggen"
    },
    "split_keywords": [
        "graph representation learning",
        "line",
        "transe",
        "node2vec",
        "deewalk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a3b8ebf705e14e9dff1b80aee81d836330029f4855d30409447bd9d4c35df35",
                "md5": "fba5da12577e235f83a40b82b84c2168",
                "sha256": "6e68b501be2e1ee80a2d2a799bd321dbb1d53c8bb2608118440c09bdc9acb864"
            },
            "downloads": -1,
            "filename": "embiggen-0.11.95.tar.gz",
            "has_sig": false,
            "md5_digest": "fba5da12577e235f83a40b82b84c2168",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 252830,
            "upload_time": "2023-12-05T19:53:51",
            "upload_time_iso_8601": "2023-12-05T19:53:51.655041Z",
            "url": "https://files.pythonhosted.org/packages/4a/3b/8ebf705e14e9dff1b80aee81d836330029f4855d30409447bd9d4c35df35/embiggen-0.11.95.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-05 19:53:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "monarch-initiative",
    "github_project": "embiggen",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "embiggen"
}
        
Elapsed time: 0.14681s