GNU bug report logs - #42102
[PATCH] gnu: Add r-fastshap.

Previous Next

Package: guix-patches;

Reported by: Peter Lo <peterloleungyau <at> gmail.com>

Date: Sun, 28 Jun 2020 07:17:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42102 in the body.
You can then email your comments to 42102 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#42102; Package guix-patches. (Sun, 28 Jun 2020 07:17:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Peter Lo <peterloleungyau <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 28 Jun 2020 07:17:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Peter Lo <peterloleungyau <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Peter Lo <peterloleungyau <at> gmail.com>
Subject: [PATCH] gnu: Add r-fastshap.
Date: Sun, 28 Jun 2020 15:16:19 +0800
* gnu/packages/cran.scm (r-fastshap): New variable.
---
 gnu/packages/cran.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ab5e57c0e2..03e6bf6189 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-fastshap
+  (package
+    (name "r-fastshap")
+    (version "0.0.5")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "fastshap" version))
+        (sha256
+          (base32
+            "08f25ib5mry6h8lvj0g3clc9kfl5g2wdd8x8bw455wwmbcm6x5vg"))))
+    (properties `((upstream-name . "fastshap")))
+    (build-system r-build-system)
+    (propagated-inputs
+      `(("r-abind" ,r-abind)
+        ("r-ggplot2" ,r-ggplot2)
+        ("r-gridextra" ,r-gridextra)
+        ("r-matrixstats" ,r-matrixstats)
+        ("r-plyr" ,r-plyr)
+        ("r-rcpp" ,r-rcpp)
+        ("r-rcpparmadillo" ,r-rcpparmadillo)
+        ("r-tibble" ,r-tibble)))
+    (home-page
+      "https://github.com/bgreenwell/fastshap")
+    (synopsis "Fast Approximate Shapley Values")
+    (description
+      "Computes fast (relative to other implementations) approximate
+Shapley values for any supervised learning model.  Shapley values help
+to explain the predictions from any black box model using ideas from
+game theory; see Strumbel and Kononenko (2014)
+<doi:10.1007/s10115-013-0679-x> for details.")
+    (license license:gpl2+)))
-- 
2.17.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Tue, 04 Aug 2020 14:50:01 GMT) Full text and rfc822 format available.

Notification sent to Peter Lo <peterloleungyau <at> gmail.com>:
bug acknowledged by developer. (Tue, 04 Aug 2020 14:50:02 GMT) Full text and rfc822 format available.

Message #10 received at 42102-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 42102-done <at> debbugs.gnu.org
Cc: peterloleungyau <at> gmail.com
Subject: [PATCH] gnu: Add r-fastshap.
Date: Tue, 04 Aug 2020 16:49:32 +0200
Hi Peter,

thank you for this patch.  I made minor changes to indentation and
description and pushed it to the master branch with commit 285bd00cd4.

Thanks!

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 02 Sep 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 208 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.