A list object where the first element returns the SHAP results, and the
following elements contain the feature-effect, 1D-dependencies, and 2D-dependencies
if they were set to TRUE in the input.
Arguments
mrIML_obj
A list object output by mrIMLpredicts().
taxa
An optional character vector specifying which responses to include.
kind
A character string passed to shapviz::sv_importance() specifying
the type of plot parameter (e.g., "beeswarm" for feature effect plot, "bar" for
variable importance plot, or "both").
max_display
An integer passed to shapviz::sv_importance() specifying
the maximum number of features to display.
plot_feature_effects
A logical indicating whether to generate feature
effect plots (default is TRUE).
plot_dependencies
A logical indicating whether to generate dependency
plots (default is TRUE).
plot_2D_dependencies
A logical indicating whether to generate
interaction plots (default is TRUE).