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

lmcinnes/umap

Uniform Manifold Approximation and Projection observed · 2026-08-28

github.com/lmcinnes/umap · homepage · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

87/100

  • Activity 98
  • Release rhythm 66
  • 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: 31
  • age_days: 3350
  • days_rel: 147
  • days_push: 12
  • n_releases_24m: 10

Full methodology

Adoption not part of the score

8255 stars · 868 forks observed · 2026-08-28

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

UMAP is a Python library implementing Uniform Manifold Approximation and Projection, a non-linear dimensionality reduction technique usable for visualization and general embedding. It models data with a fuzzy topological structure and finds low-dimensional projections that preserve it, serving as a faster alternative to t-SNE.

Use cases

  • visualize high-dimensional data in 2D or 3D
  • reduce dimensions before clustering
  • find a faster t-SNE alternative for large datasets
  • embed single-cell gene expression data
  • transform new data points into an existing embedding
  • preprocess features for machine learning pipelines

When to choose

  • you need fast, scalable non-linear dimension reduction
  • you want cluster-preserving 2D/3D visualizations of high-dimensional data
  • you need to embed new data into an existing embedding or use inverse transforms

When to avoid

  • you need strictly linear dimensionality reduction like PCA
  • you require exact preservation of global distances rather than local structure
  • you need a pure interpretable statistical model rather than an embedding

Facets

library · maturity stable

machine-learning data-visualization data-science machine-learning data-science data-visualization python windows dimensionality-reduction umap topological-data-analysis manifold-learning embedding tsne-alternative linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
lmcinnes/umapmain87

For agents

markdown · JSON · MCP: product_card(name="lmcinnes/umap")

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