[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/295: gnu: Add r-shapforxgboost.
From: |
guix-commits |
Subject: |
23/295: gnu: Add r-shapforxgboost. |
Date: |
Mon, 27 Jul 2020 06:25:07 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit bc3693743127accce674faa70f8b7326f6439eea
Author: Peter Lo <peterloleungyau@gmail.com>
AuthorDate: Sun Jun 28 01:48:58 2020 +0800
gnu: Add r-shapforxgboost.
* gnu/packages/cran.scm (r-shapforxgboost): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
gnu/packages/cran.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ab5e57c..c057ae3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22325,3 +22325,36 @@ across a wide array of bioinformatic R packages.")
and clustering large sequence datasets using fast alignment-free k-mer
counting and recursive k-means partitioning.")
(license license:gpl3)))
+
+(define-public r-shapforxgboost
+ (package
+ (name "r-shapforxgboost")
+ (version "0.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "SHAPforxgboost" version))
+ (sha256
+ (base32
+ "0k6bg27wqnkzv82bcahbapmqhiz6rvnx81m23zbjw58c7lwshgnq"))))
+ (properties
+ `((upstream-name . "SHAPforxgboost")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-bbmisc" ,r-bbmisc)
+ ("r-data-table" ,r-data-table)
+ ("r-ggextra" ,r-ggextra)
+ ("r-ggforce" ,r-ggforce)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-ggpubr" ,r-ggpubr)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-xgboost" ,r-xgboost)))
+ (home-page "https://github.com/liuyanguu/SHAPforxgboost")
+ (synopsis "SHAP Plots for XGBoost")
+ (description
+ "The aim of @code{SHAPforxgboost} is to aid in visual data investigations
+using @dfn{SHAP} (Shapley additive explanation) visualization plots for
+@code{XGBoost}. It provides summary plot, dependence plot, interaction plot,
+and force plot. It relies on the @code{XGBoost} package to produce SHAP
+values.")
+ (license license:expat)))
- 78/295: gnu: rust-sha1-asm-0.4: Don't skip build., (continued)
- 78/295: gnu: rust-sha1-asm-0.4: Don't skip build., guix-commits, 2020/07/27
- 12/295: gnu: dav1d: Update to 0.7.1., guix-commits, 2020/07/27
- 15/295: gnu: python-gevent: Update to 20.6.2., guix-commits, 2020/07/27
- 13/295: gnu: Add python2-selectors2., guix-commits, 2020/07/27
- 19/295: gnu: ilmbase: Update to 2.5.2., guix-commits, 2020/07/27
- 17/295: gnu: exempi: Delete the static library., guix-commits, 2020/07/27
- 14/295: gnu: python-greenlet: Update to 0.4.16., guix-commits, 2020/07/27
- 21/295: gnu: x265: Update to 3.4., guix-commits, 2020/07/27
- 22/295: gnu: Add emacs-browse-kill-ring., guix-commits, 2020/07/27
- 25/295: gnu: python-setproctitle: Fix indentation., guix-commits, 2020/07/27
- 23/295: gnu: Add r-shapforxgboost.,
guix-commits <=
- 28/295: daemon: Map directly to gcrypt hash functions., guix-commits, 2020/07/27
- 29/295: daemon: Remove OpenSSL hash compatibility wrappers., guix-commits, 2020/07/27
- 31/295: packages: Recognize SHA3 and BLAKE2s for 'content-hash'., guix-commits, 2020/07/27
- 32/295: gnu: libtiff: Use HTTPS., guix-commits, 2020/07/27
- 33/295: gnu: lxqt: Update to 0.15.0., guix-commits, 2020/07/27
- 39/295: gnu: r-renv: Update to 0.11.0., guix-commits, 2020/07/27
- 41/295: gnu: r-officer: Update to 0.3.12., guix-commits, 2020/07/27
- 43/295: gnu: r-raster: Update to 3.3-7., guix-commits, 2020/07/27
- 44/295: gnu: r-emmeans: Update to 1.4.8., guix-commits, 2020/07/27
- 82/295: gnu: Add rust-sha2-0.9., guix-commits, 2020/07/27