emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42102: closed ([PATCH] gnu: Add r-fastshap.)


From: GNU bug Tracking System
Subject: bug#42102: closed ([PATCH] gnu: Add r-fastshap.)
Date: Tue, 04 Aug 2020 14:50:01 +0000

Your message dated Tue, 04 Aug 2020 16:49:32 +0200
with message-id <87a6zafoub.fsf@elephly.net>
and subject line [PATCH] gnu: Add r-fastshap.
has caused the debbugs.gnu.org bug report #42102,
regarding [PATCH] gnu: Add r-fastshap.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42102: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42102
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add r-fastshap. Date: Tue, 04 Aug 2020 16:49:32 +0200 User-agent: mu4e 1.4.10; emacs 26.3
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]