[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
88/285: gnu: Add python-umap-learn.
From: |
guix-commits |
Subject: |
88/285: gnu: Add python-umap-learn. |
Date: |
Sun, 29 Dec 2019 20:44:06 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit f4c7b82dc416ea2794c90f8ca5ee0fcfb0334057
Author: Brett Gilio <address@hidden>
Date: Mon Dec 23 17:28:46 2019 -0600
gnu: Add python-umap-learn.
* gnu/packages/machine-learning.scm (python-umap-learn): New variable.
---
gnu/packages/machine-learning.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index d7df30e..719401d 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -12,6 +12,7 @@
;;; Copyright © 2018 Björn Höfling <address@hidden>
;;; Copyright © 2019 Nicolas Goaziou <address@hidden>
;;; Copyright © 2019 Guillaume Le Vaillant <address@hidden>
+;;; Copyright © 2019 Brett Gilio <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2088,3 +2089,31 @@ number of collective algorithms useful for machine
learning applications.
These include a barrier, broadcast, and allreduce.")
(home-page "https://github.com/facebookincubator/gloo")
(license license:bsd-3))))
+
+(define-public python-umap-learn
+ (package
+ (name "python-umap-learn")
+ (version "0.3.10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "umap-learn" version))
+ (sha256
+ (base32
+ "02ada2yy6km6zgk2836kg1c97yrcpalvan34p8c57446finnpki1"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-nose" ,python-nose)))
+ (propagated-inputs
+ `(("python-numba" ,python-numba)
+ ("python-numpy" ,python-numpy)
+ ("python-scikit-learn" ,python-scikit-learn)
+ ("python-scipy" ,python-scipy)))
+ (home-page "https://github.com/lmcinnes/umap")
+ (synopsis
+ "Uniform Manifold Approximation and Projection")
+ (description
+ "Uniform Manifold Approximation and Projection is a dimension reduction
+technique that can be used for visualisation similarly to t-SNE, but also for
+general non-linear dimension reduction.")
+ (license license:bsd-3)))
- 82/285: gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.0.1., (continued)
- 82/285: gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.0.1., guix-commits, 2019/12/29
- 90/285: gnu: python-numba: Update to 0.46.0., guix-commits, 2019/12/29
- 92/285: gnu: Add python-pathtools., guix-commits, 2019/12/29
- 127/285: gnu: chez-scheme: Update home-page., guix-commits, 2019/12/29
- 231/285: gnu: emacs-dante: Modify version number., guix-commits, 2019/12/29
- 02/285: gnu: sbcl-cl-store: Use HTTPS home page URI., guix-commits, 2019/12/29
- 03/285: gnu: Add copyright header., guix-commits, 2019/12/29
- 78/285: gnu: python-sphinx-copybutton: Update to 0.2.6., guix-commits, 2019/12/29
- 83/285: gnu: python-sphinxcontrib-svg2pdfconverter: Fix home-page., guix-commits, 2019/12/29
- 87/285: gnu: python-eventlet: Use HTTPS home page URI., guix-commits, 2019/12/29
- 88/285: gnu: Add python-umap-learn.,
guix-commits <=
- 89/285: gnu: python-llvmlite: Update to 0.30.0., guix-commits, 2019/12/29
- 93/285: gnu: python-bbknn: Update to 1.3.6., guix-commits, 2019/12/29
- 94/285: gnu: emacs-howm: Modify installation directory in site-lisp., guix-commits, 2019/12/29
- 124/285: gnu: qutebrowser: Add comment about tests., guix-commits, 2019/12/29
- 226/285: gnu: emacs-doom-themes: Update to 2.1.6-3., guix-commits, 2019/12/29
- 229/285: gnu: emacs-graphql: Adjust indentation., guix-commits, 2019/12/29
- 232/285: gnu: emacs-reformatter: Adjust indentation., guix-commits, 2019/12/29
- 230/285: gnu: emacs-haskell-mode: Adjust indentation., guix-commits, 2019/12/29
- 234/285: gnu: emacs-emms-mode-line-cycle: Adjust indentation., guix-commits, 2019/12/29
- 238/285: gnu: emacs-direnv: Adjust indentation., guix-commits, 2019/12/29