lmcinnes/umap
Uniform Manifold Approximation and Projection 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
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
- readme: https://github.com/lmcinnes/umap · fetched 2026-08-28 · c06816614eac
- homepage: https://umap-learn.readthedocs.io · fetched 2026-08-29 · aabc8fa7fc6d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lmcinnes/umap | main | 87 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem