[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/54: gnu: Add r-adabag.
From: |
guix-commits |
Subject: |
41/54: gnu: Add r-adabag. |
Date: |
Sat, 14 Dec 2019 07:36:42 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 2a1fd51864826dd983194a16a49a9e0220f02454
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 11:28:50 2019 +0100
gnu: Add r-adabag.
* gnu/packages/cran.scm (r-adabag): New variable.
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 64b6ed9..6b64e79 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18298,3 +18298,31 @@ simple, modern C++ library for image processing.")
"This package provides a simple method for representing a visual scene as
it may be seen by an animal with less acute vision.")
(license license:gpl2+)))
+
+(define-public r-adabag
+ (package
+ (name "r-adabag")
+ (version "4.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "adabag" version))
+ (sha256
+ (base32
+ "109wrl1pwvmyv2l909hrvk7dg4aa9pv449mvdycp50zwrsw9w0a7"))))
+ (properties `((upstream-name . "adabag")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-caret" ,r-caret)
+ ("r-doparallel" ,r-doparallel)
+ ("r-foreach" ,r-foreach)
+ ("r-rpart" ,r-rpart)))
+ (home-page "https://cran.r-project.org/web/packages/adabag/")
+ (synopsis "Multiclass AdaBoost.M1, SAMME and Bagging")
+ (description
+ "This package implements Freund and Schapire's Adaboost.M1 algorithm and
+Breiman's Bagging algorithm using classification trees as individual
+classifiers. Once these classifiers have been trained, they can be used to
+predict on new data. Also, cross validation estimation of the error can be
+done.")
+ (license license:gpl2+)))
- branch master updated (3e9e242 -> e31ec53e), guix-commits, 2019/12/14
- 20/54: gnu: Add r-acss., guix-commits, 2019/12/14
- 36/54: gnu: Add r-actuar., guix-commits, 2019/12/14
- 45/54: gnu: Add r-additivitytests., guix-commits, 2019/12/14
- 19/54: gnu: Add r-acss-data., guix-commits, 2019/12/14
- 41/54: gnu: Add r-adabag.,
guix-commits <=
- 24/54: gnu: Add r-actcd., guix-commits, 2019/12/14
- 06/54: gnu: Add r-tuner., guix-commits, 2019/12/14
- 53/54: gnu: Add r-adamethods., guix-commits, 2019/12/14
- 29/54: gnu: Add r-activedriver., guix-commits, 2019/12/14
- 50/54: gnu: Add r-archetypes., guix-commits, 2019/12/14
- 22/54: gnu: Add r-alabama., guix-commits, 2019/12/14
- 33/54: gnu: Add r-activpalprocessing., guix-commits, 2019/12/14
- 37/54: gnu: Add r-bmp., guix-commits, 2019/12/14
- 52/54: gnu: Add r-anthropometry., guix-commits, 2019/12/14
- 04/54: gnu: Add r-acnr., guix-commits, 2019/12/14