[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
126/377: gnu: Add r-mlearning.
From: |
guix-commits |
Subject: |
126/377: gnu: Add r-mlearning. |
Date: |
Thu, 2 Sep 2021 17:55:02 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 9d56788e1c43266f2f35ce6703d684d464e1582d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:24:25 2021 +0200
gnu: Add r-mlearning.
* gnu/packages/cran.scm (r-mlearning): New variable.
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 890bf64..8b0feff 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31026,3 +31026,30 @@ to be treated much like environments and lists are
already used in R. These
utilities are provided to encourage interactive and exploratory analysis on
large datasets.")
(license license:gpl2+)))
+
+(define-public r-mlearning
+ (package
+ (name "r-mlearning")
+ (version "1.0-0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "mlearning" version))
+ (sha256
+ (base32
+ "0r8xfaxw83s2r27b8x5qd0k4r5ayxpkafzn9b1a0jvsr87i6520r"))))
+ (properties `((upstream-name . "mlearning")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-class" ,r-class)
+ ("r-e1071" ,r-e1071)
+ ("r-ipred" ,r-ipred)
+ ("r-mass" ,r-mass)
+ ("r-nnet" ,r-nnet)
+ ("r-randomforest" ,r-randomforest)))
+ (home-page "http://www.sciviews.org/zooimage")
+ (synopsis "Machine learning algorithms with unified interface")
+ (description
+ "This package provides a unified interface to various machine learning
+algorithms. Confusion matrices are provided too.")
+ (license license:gpl2+)))
- 91/377: gnu: osinfo-db: Update to 20210809., (continued)
- 91/377: gnu: osinfo-db: Update to 20210809., guix-commits, 2021/09/02
- 97/377: gnu: emacs-moody: Update to 0.6.0., guix-commits, 2021/09/02
- 102/377: gnu: Add r-distributionutils., guix-commits, 2021/09/02
- 109/377: gnu: Add r-paws-common., guix-commits, 2021/09/02
- 105/377: gnu: Add r-zra., guix-commits, 2021/09/02
- 117/377: gnu: Add r-paws-networking., guix-commits, 2021/09/02
- 118/377: gnu: Add r-paws-database., guix-commits, 2021/09/02
- 121/377: gnu: Add r-paws., guix-commits, 2021/09/02
- 124/377: gnu: Add r-zoolog., guix-commits, 2021/09/02
- 28/377: gnu: r-gert: Update to 1.3.2., guix-commits, 2021/09/02
- 126/377: gnu: Add r-mlearning.,
guix-commits <=
- 42/377: gnu: r-rsconnect: Update to 0.8.24., guix-commits, 2021/09/02
- 46/377: gnu: r-scatterpie: Update to 0.1.7., guix-commits, 2021/09/02
- 52/377: gnu: r-rjsonio: Update to 1.3-1.5., guix-commits, 2021/09/02
- 59/377: gnu: r-r6: Update to 2.5.1., guix-commits, 2021/09/02
- 71/377: gnu: r-diffbind: Update to 3.2.5., guix-commits, 2021/09/02
- 79/377: gnu: r-universalmotif: Update to 1.10.2., guix-commits, 2021/09/02
- 83/377: gnu: r-sparsematrixstats: Update to 1.4.2., guix-commits, 2021/09/02
- 93/377: gnu: Add emacs-inheritenv., guix-commits, 2021/09/02
- 99/377: gnu: wireshark: Update to 3.4.8., guix-commits, 2021/09/02
- 108/377: gnu: Add r-zoon., guix-commits, 2021/09/02