benedekrozemberczki/karateclub
Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020) observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2463
- days_rel: n/a
- days_push: 777
- n_releases_24m: 0
Adoption not part of the score
2286 stars · 255 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Karate Club is a Python library of unsupervised machine learning algorithms for graph-structured data, built as an extension of NetworkX. It provides node and graph embedding techniques plus overlapping and non-overlapping community detection methods with a scikit-learn-like API.
Use cases
- embed nodes of a networkx graph with node2vec or deepwalk
- detect communities in a network using louvain or label propagation
- compute graph-level embeddings for graph classification
- cluster a graph with unsupervised learning methods
- do small-scale graph mining research in python
- learn node representations for downstream machine learning tasks
When to choose
- you work with NetworkX graphs and want a consistent sklearn-style API for graph ML
- you need many community detection or graph embedding algorithms in one library
- you are doing small-scale graph mining or network science research
When to avoid
- you need large-scale, distributed graph processing on billions of edges
- you need supervised graph neural network training frameworks like PyTorch Geometric
- you require a permissive license since karateclub is GPL-3.0
Facets
library · maturity stable
machine-learning data-science nlp machine-learning data-science graph-processing python graph-embedding community-detection networkx node2vec deepwalk graph2vec louvain unsupervised-learning graph-mining network-science algorithms
2 sources
- readme: https://github.com/benedekrozemberczki/karateclub · fetched 2026-08-28 · 088b5446cd6a
- registry_pypi: https://pypi.org/pypi/karateclub/json · fetched 2026-08-29 · 80ce5a5d4c77
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| benedekrozemberczki/karateclub | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="benedekrozemberczki/karateclub")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem