umap-learn — Easy Playground
Uniform Manifold Approximation: dimensionality reduction and visualization
Getting started with umap-learnRun locally
Install
pip install umap-learnPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: umap_learn)
umap-learn is a third-party package. Uniform Manifold Approximation: dimensionality reduction and visualization. Install with: pip install umap-learn
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?