guix-commits
[Top][All Lists]
Advanced

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

10/39: gnu: Add r-ibreakdown.


From: guix-commits
Subject: 10/39: gnu: Add r-ibreakdown.
Date: Mon, 27 Apr 2020 11:40:31 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 63e5df4ccf04fe9d62ab46e33b436f4710575962
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Apr 27 16:22:32 2020 +0200

    gnu: Add r-ibreakdown.
    
    * gnu/packages/cran.scm (r-ibreakdown): New variable.
---
 gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b8549ec..f5e69fb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15397,6 +15397,32 @@ feature effects.  Key functions are:
 @end itemize\n")
     (license license:gpl3)))
 
+(define-public r-ibreakdown
+  (package
+    (name "r-ibreakdown")
+    (version "1.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "iBreakDown" version))
+       (sha256
+        (base32
+         "0y4zjpyn8j76jrs5phjzs5lfq3lqjspmrwcksqv9wq0rbdgh14vk"))))
+    (properties `((upstream-name . "iBreakDown")))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
+    (native-inputs `(("r-knitr" ,r-knitr)))
+    (home-page "https://ModelOriented.github.io/iBreakDown/";)
+    (synopsis "Model agnostic instance level variable attributions")
+    (description
+     "This package provides a model agnostic tool for decomposition of
+predictions from black boxes.  It supports additive attributions and
+attributions with interactions.  The Break Down Table shows contributions of
+every variable to a final prediction.  The Break Down Plot presents variable
+contributions in a concise graphical way.  This package works for
+classification and regression models.")
+    (license license:gpl3)))
+
 (define-public r-dalex
   (package
     (name "r-dalex")



reply via email to

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