umap-learn
Installation
SKILL.md
UMAP-Learn
Overview
UMAP (Uniform Manifold Approximation and Projection) is a dimensionality reduction technique for visualization and general non-linear dimensionality reduction. Apply this skill for fast, scalable embeddings that preserve local and global structure, supervised learning, and clustering preprocessing.
Quick Start
Installation
# Via conda
conda install -c conda-forge umap-learn
# Via pip
pip install umap-learn