Ross ROSS = Recommend OSS · open-source software intelligence for agents

eliorc/node2vec

Implementation of the node2vec algorithm. observed · 2026-08-28

github.com/eliorc/node2vec · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

43/100

  • Activity 45
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3190
  • days_rel: n/a
  • days_push: 331
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1301 stars · 253 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Python library implementing the node2vec algorithm for learning low-dimensional embeddings of nodes and edges in graphs. It integrates with networkx for graph input and gensim Word2Vec for training, supporting weighted graphs and parallel walk generation.

Use cases

  • generate node embeddings for a networkx graph
  • embed edges of a graph using the Hadamard method
  • find nodes most similar to a given node in a network
  • train node2vec on a weighted graph
  • save node embeddings in word2vec format for downstream ML tasks

When to choose

  • you need node or edge embeddings from a graph for machine learning tasks
  • your graphs are already in networkx format
  • you want a pip-installable, well-tested implementation of the node2vec paper

When to avoid

  • you need active maintenance or timely bug fixes - the maintainer has stated they no longer have time
  • you need GPU acceleration or very large-scale graph embedding
  • you are on Windows and need multi-worker parallelism - only workers=1 is supported

Facets

library · maturity maintenance

machine-learning rag machine-learning data-science python cross-platform node2vec graph-embeddings network-embeddings networkx gensim word2vec graph-representation-learning random-walks algorithms

2 sources

Member repositories

RepositoryRoleHealth v2
eliorc/node2vecmain43

For agents

markdown · JSON · MCP: product_card(name="eliorc/node2vec")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem