[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/150: gnu: Add r-lightgbm.
From: |
guix-commits |
Subject: |
03/150: gnu: Add r-lightgbm. |
Date: |
Wed, 20 Jan 2021 11:20:34 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 8eb2a6c9b8c2f204b3ebd15f2990e6694b9e014b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 15:10:12 2021 +0100
gnu: Add r-lightgbm.
* gnu/packages/cran.scm (r-lightgbm): New variable.
---
gnu/packages/cran.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d65ff97..64c7f08 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23259,6 +23259,42 @@ by providing functionality for preprocessing,
predicting, and validating
input.")
(license license:expat)))
+(define-public r-lightgbm
+ (package
+ (name "r-lightgbm")
+ (version "3.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "lightgbm" version))
+ (sha256
+ (base32
+ "1pwsh6j9ksahh58b15j5ij56bsc6syy3z4k4a5zhy5n7829rz555"))))
+ (properties `((upstream-name . "lightgbm")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-data-table" ,r-data-table)
+ ("r-jsonlite" ,r-jsonlite)
+ ("r-matrix" ,r-matrix)
+ ("r-r6" ,r-r6)))
+ (home-page "https://github.com/Microsoft/LightGBM")
+ (synopsis "Light gradient boosting machine")
+ (description
+ "Tree based algorithms can be improved by introducing boosting
+frameworks. LightGBM is one such framework, based on Ke, Guolin et
+al. (2017). This package offers an R interface to work with it. It is
+designed to be distributed and efficient with the following goals:
+
+@enumerate
+@item Faster training speed and higher efficiency;
+@item lower memory usage;
+@item better accuracy;
+@item parallel learning supported; and
+@item capable of handling large-scale data.
+@end enumerate
+")
+ (license license:expat)))
+
(define-public r-shapforxgboost
(package
(name "r-shapforxgboost")
- branch master updated (c67ff56 -> ee3bae2), guix-commits, 2021/01/20
- 01/150: gnu: Add r-credentials., guix-commits, 2021/01/20
- 03/150: gnu: Add r-lightgbm.,
guix-commits <=
- 04/150: gnu: Add r-scattermore., guix-commits, 2021/01/20
- 05/150: gnu: Add r-labelled., guix-commits, 2021/01/20
- 02/150: gnu: Add r-gert., guix-commits, 2021/01/20
- 06/150: gnu: r-foreign: Update to 0.8-81., guix-commits, 2021/01/20
- 09/150: gnu: r-diffobj: Update to 0.3.3., guix-commits, 2021/01/20
- 12/150: gnu: r-jsonlite: Update to 1.7.2., guix-commits, 2021/01/20
- 07/150: gnu: r-httpuv: Update to 1.5.5., guix-commits, 2021/01/20
- 08/150: import/cran: Add more invalid package names to ignore., guix-commits, 2021/01/20
- 10/150: gnu: r-rticles: Update to 0.18., guix-commits, 2021/01/20
- 11/150: gnu: r-mboost: Update to 2.9-4., guix-commits, 2021/01/20