[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/39: gnu: Add r-ingredients.
From: |
guix-commits |
Subject: |
09/39: gnu: Add r-ingredients. |
Date: |
Mon, 27 Apr 2020 11:40:30 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 73db71c73c8fbac9949aafeb117c8453e4602676
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Apr 27 16:22:21 2020 +0200
gnu: Add r-ingredients.
* gnu/packages/cran.scm (r-ingredients): New variable.
---
gnu/packages/cran.scm | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 74e5fa2..b8549ec 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15357,6 +15357,46 @@ engine (Salmon et al., 2011) as provided by the
package @code{sitmo}.")
;; whole is distributed under the terms of the AGPL 3.
(license license:agpl3)))
+(define-public r-ingredients
+ (package
+ (name "r-ingredients")
+ (version "1.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "ingredients" version))
+ (sha256
+ (base32
+ "1q196y9xzn4wk44fa1bvh0hcbizgm93rwir82nyk31k5pgixk967"))))
+ (properties `((upstream-name . "ingredients")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-ggplot2" ,r-ggplot2)
+ ("r-gridextra" ,r-gridextra)
+ ("r-scales" ,r-scales)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://ModelOriented.github.io/ingredients/")
+ (synopsis "Effects and importances of model ingredients")
+ (description
+ "This is a collection of tools for assessment of feature importance and
+feature effects. Key functions are:
+
+@itemize
+@item @code{feature_importance()} for assessment of global level feature
+ importance,
+@item @code{ceteris_paribus()} for calculation of the what-if plots,
+@item @code{partial_dependence()} for partial dependence plots,
+@item @code{conditional_dependence()} for conditional dependence plots,
+@item @code{accumulated_dependence()} for accumulated local effects plots,
+@item @code{aggregate_profiles()} and @code{cluster_profiles()} for
+ aggregation of ceteris paribus profiles,
+@item generic @code{print()} and @code{plot()} for better usability of
+ selected explainers,
+@item generic @code{plotD3()} for interactive, D3 based explanations, and
+@item generic @code{describe()} for explanations in natural language.
+@end itemize\n")
+ (license license:gpl3)))
+
(define-public r-dalex
(package
(name "r-dalex")
- 15/39: gnu: r-broom: Update to 0.5.6., (continued)
- 15/39: gnu: r-broom: Update to 0.5.6., guix-commits, 2020/04/27
- 21/39: gnu: r-bayestestr: Update to 0.6.0., guix-commits, 2020/04/27
- 20/39: gnu: r-emmeans: Update to 1.4.6., guix-commits, 2020/04/27
- 22/39: gnu: r-ggeffects: Update to 0.14.3., guix-commits, 2020/04/27
- 23/39: gnu: r-rgl: Update to 0.100.54., guix-commits, 2020/04/27
- 24/39: gnu: r-protviz: Update to 0.6.4., guix-commits, 2020/04/27
- 25/39: gnu: r-future: Update to 1.17.0., guix-commits, 2020/04/27
- 26/39: gnu: r-etm: Update to 1.1., guix-commits, 2020/04/27
- 12/39: gnu: r-powerlaw: Update to 0.70.6., guix-commits, 2020/04/27
- 14/39: gnu: r-distillery: Update to 1.0-7., guix-commits, 2020/04/27
- 09/39: gnu: Add r-ingredients.,
guix-commits <=
- 10/39: gnu: Add r-ibreakdown., guix-commits, 2020/04/27
- 13/39: gnu: r-ff: Update to 2.2-14.2., guix-commits, 2020/04/27
- 16/39: gnu: r-tsp: Update to 1.1-10., guix-commits, 2020/04/27
- 17/39: gnu: r-tinytex: Update to 0.22., guix-commits, 2020/04/27
- 18/39: gnu: r-insight: Update to 0.8.3., guix-commits, 2020/04/27
- 19/39: gnu: r-raster: Update to 3.1-5., guix-commits, 2020/04/27
- 27/39: gnu: r-future-apply: Update to 1.5.0., guix-commits, 2020/04/27
- 31/39: gnu: r-dalex: Update to 1.2.0., guix-commits, 2020/04/27
- 34/39: gnu: r-abtest: Update to 0.2.1., guix-commits, 2020/04/27
- 28/39: gnu: r-sf: Update to 0.9-2., guix-commits, 2020/04/27