[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/16: gnu: Add r-gbm.
From: |
guix-commits |
Subject: |
05/16: gnu: Add r-gbm. |
Date: |
Thu, 28 Mar 2019 13:25:40 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d59df3340b0caf28b8b3841bd55459bc67fb0048
Author: Ricardo Wurmus <address@hidden>
Date: Thu Mar 28 18:11:03 2019 +0100
gnu: Add r-gbm.
* gnu/packages/cran.scm (r-gbm): 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 202fba6..ff52d43 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13471,3 +13471,30 @@ implementation of an interactive grammar of graphics,
taking the best parts of
ggplot2, combining them with the reactive framework of Shiny and drawing web
graphics using Vega.")
(license license:gpl2)))
+
+(define-public r-gbm
+ (package
+ (name "r-gbm")
+ (version "2.1.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "gbm" version))
+ (sha256
+ (base32
+ "0vs6ljaqhwwpgr8wlbhmm4v147rd82kl16rpaijqiylxcc8dxyq6"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-gridextra" ,r-gridextra)
+ ("r-lattice" ,r-lattice)
+ ("r-survival" ,r-survival)))
+ (home-page "https://github.com/gbm-developers/gbm")
+ (synopsis "Generalized boosted regression models")
+ (description
+ "This package is an implementation of extensions to Freund and Schapire's
+AdaBoost algorithm and Friedman's gradient boosting machine. It includes
+regression methods for least squares, absolute loss, t-distribution loss,
+quantile regression, logistic, multinomial logistic, Poisson, Cox proportional
+hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss,
+and Learning to Rank measures (LambdaMart).")
+ (license license:gpl2+)))
- branch master updated (1aa662b -> 84ad024), guix-commits, 2019/03/28
- 02/16: gnu: Add r-pamr., guix-commits, 2019/03/28
- 01/16: gnu: Add r-varselrf., guix-commits, 2019/03/28
- 04/16: gnu: Add r-ggvis., guix-commits, 2019/03/28
- 03/16: gnu: Add r-rda., guix-commits, 2019/03/28
- 05/16: gnu: Add r-gbm.,
guix-commits <=
- 10/16: gnu: Add r-annaffy., guix-commits, 2019/03/28
- 09/16: gnu: Add r-mlinterfaces., guix-commits, 2019/03/28
- 07/16: gnu: Add r-mlbench., guix-commits, 2019/03/28
- 12/16: gnu: Add r-a4classif., guix-commits, 2019/03/28
- 06/16: gnu: Add r-threejs., guix-commits, 2019/03/28
- 08/16: gnu: Add r-mpm., guix-commits, 2019/03/28
- 14/16: gnu: Add r-a4reporting., guix-commits, 2019/03/28
- 15/16: gnu: Add r-a4base., guix-commits, 2019/03/28
- 11/16: gnu: Add r-a4core., guix-commits, 2019/03/28
- 13/16: gnu: Add r-a4preproc., guix-commits, 2019/03/28