diff --git a/pkgdown.yml b/pkgdown.yml index 725ba0493..f8bda4afe 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: understanding_shapr_vaeac: understanding_shapr_vaeac.html understanding_shapr: understanding_shapr.html -last_built: 2024-04-11T07:02Z +last_built: 2024-04-12T08:12Z urls: reference: https://norskregnesentral.github.io/shapr/reference article: https://norskregnesentral.github.io/shapr/articles diff --git a/reference/compute_shapley_new.html b/reference/compute_shapley_new.html index 89dd71e31..3a287e1e9 100644 --- a/reference/compute_shapley_new.html +++ b/reference/compute_shapley_new.html @@ -71,12 +71,14 @@
The contribution matrix.
List.
+Holds all parameters, data, functions and computed objects used within explain()
+The list contains one or more of the elements parameters
, data
, objects
, output
.
An explain
object.
The contribution matrix.
default_doc()
default_doc(internal, model, predict_model, output_size, extra, ...)
default_doc_explain()
default_doc_explain(internal, index_features)
Lars Henry Berge Olsen lholsen@math.uio.no (ORCID)
Annabelle Redelmeier Annabelle.Redelmeier@nr.no
Jon Lachmann Jon@lachmann.nu
Other contributors:
Anders Løland Anders.Loland@nr.no [contributor]
Other contributors:
Anders L<U+00F8>land Anders.Loland@nr.no [contributor]
Jens Christian Wahl Jens.Christian.Wahl@nr.no [contributor]
Camilla Lingjærde [contributor]
Camilla Lingj<U+00E6>rde [contributor]
Norsk Regnesentral [copyright holder, funder]
batch = [row1, row1, row2, row2, row3, row3, ...]
.
-
-Matrix/Tensor. Only used to get the dimensions and to check if any of the -entries are missing. If any are missing, then the returned mask will ensure that -these missing entries are masked.
Positive integer. The epoch with the lowest running validation error.
The state list (i.e., the saved vaeac
object)
of vaeac
model at the epoch with the lowest IWAE.