Overview of UMAP (Uniform Manifold Approximation and Projection)
masterUMAP is a fast non-linear dimension reduction technique used for both data visualization (similar to t-SNE) and general dimension reduction. It features a scikit-learn compatible API and is designed for high performance.
Key capabilities include:
- Supervised/Semi-supervised learning: Use labels (or partial labels) to guide the dimension reduction process.
- Transforming new data: Ability to project unseen data into a previously trained embedding space.
- Speed: Significantly faster than most t-SNE implementations.