Skip to content

Commit

Permalink
Fix warning with argument
Browse files Browse the repository at this point in the history
  • Loading branch information
LHBO committed Dec 19, 2024
1 parent aa73f75 commit 098c7de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions R/shapley_setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ create_coalition_table <- function(m,
paired_shap_sampling = TRUE,
prev_coal_samples = NULL,
prev_coal_samples_n_unique = NULL,
n_samps_scale = 10,
coal_feature_list = as.list(seq_len(m)),
approach0 = "gaussian",
kernelSHAP_reweighting = "none",
Expand All @@ -194,6 +195,7 @@ create_coalition_table <- function(m,
paired_shap_sampling = paired_shap_sampling,
prev_coal_samples = prev_coal_samples,
prev_coal_samples_n_unique = prev_coal_samples_n_unique,
n_samps_scale = n_samps_scale,
kernelSHAP_reweighting = kernelSHAP_reweighting,
dt_valid_causal_coalitions = dt_valid_causal_coalitions
)
Expand Down
13 changes: 7 additions & 6 deletions man/create_coalition_table.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 098c7de

Please sign in to comment.