[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: |
Sun, 5 Sep 2021 10:07:20 -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+)))
- 110/377: gnu: Add r-paws-customer-engagement., (continued)
- 110/377: gnu: Add r-paws-customer-engagement., guix-commits, 2021/09/05
- 111/377: gnu: Add r-paws-cost-management., guix-commits, 2021/09/05
- 116/377: gnu: Add r-paws-management., guix-commits, 2021/09/05
- 117/377: gnu: Add r-paws-networking., guix-commits, 2021/09/05
- 114/377: gnu: Add r-paws-analytics., guix-commits, 2021/09/05
- 118/377: gnu: Add r-paws-database., guix-commits, 2021/09/05
- 119/377: gnu: Add r-paws-storage., guix-commits, 2021/09/05
- 121/377: gnu: Add r-paws., guix-commits, 2021/09/05
- 122/377: gnu: Add r-zoomgroupstats., guix-commits, 2021/09/05
- 120/377: gnu: Add r-paws-compute., guix-commits, 2021/09/05
- 126/377: gnu: Add r-mlearning.,
guix-commits <=
- 135/377: gnu: Add r-webmockr., guix-commits, 2021/09/05
- 136/377: gnu: Add r-mockery., guix-commits, 2021/09/05
- 144/377: gnu: Add rust-rustyline-9., guix-commits, 2021/09/05
- 138/377: gnu: Add r-zoib., guix-commits, 2021/09/05
- 151/377: gnu: Add rust-polars-0.15., guix-commits, 2021/09/05
- 95/377: gnu: emacs-htmlize: Update to 1.56., guix-commits, 2021/09/05
- 99/377: gnu: wireshark: Update to 3.4.8., guix-commits, 2021/09/05
- 108/377: gnu: Add r-zoon., guix-commits, 2021/09/05
- 100/377: gnu: Add r-zzlite., guix-commits, 2021/09/05
- 105/377: gnu: Add r-zra., guix-commits, 2021/09/05