Ensmallen is the Rust/Python high-performance graph processing submodule of the ๐ GRAPE library.
To install the complete GraPE library, do run:
pip install grape
Instead, to exclusively install the Ensmallen package, you can run:
pip install ensmallen
See this page to compile the bindings yourself.
Please refer to the CONTRIBUTING.md file.
Please cite the following paper if it was useful for your research:
@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}
}