python-umap-learn 0.5.9
Uniform Manifold Approximation and Projection
Uniform Manifold Approximation and Projection is a dimension reduction technique that can be used for visualization similarly to t-SNE, but also for general non-linear dimension reduction.
- Outputs:
out - Website: https://github.com/lmcinnes/umap
- Licenses: Modified BSD
- Package source: gnu/packages/machine-learning.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-umap-learn 0.5.9 as follows:
guix install python-umap-learn@0.5.9
Or install the latest version:
guix install python-umap-learn
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.