Skip to content

Releases: ferencberes/online-node2vec

Original paper version

11 Jun 09:57
a76f51c
Compare
Choose a tag to compare

This is the original code version for our paper: Node embeddings in dynamic graphs
https://appliednetsci.springeropen.com/articles/10.1007/s41109-019-0169-5
Most of the code was implemented in 2019 with Python 3.5.

In this version, the code is not organized in a package along with its dependencies.

In 2021, a new version of this code is imminent with the following planned changes:

  • organize the code in a Python package
  • enable CI with GitHub Actions
  • provide code coverage metrics