Skip to content

Commit

Permalink
Set default MSEv values in setup() as explain_forecast() do not s…
Browse files Browse the repository at this point in the history
…pecify them.
  • Loading branch information
LHBO committed Nov 27, 2023
1 parent faeb7f4 commit 8d1c670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ setup <- function(x_train,
seed,
keep_samp_for_vS,
feature_specs,
MSEv_skip_empty_full_comb,
MSEv_uniform_comb_weights,
MSEv_skip_empty_full_comb = FALSE,
MSEv_uniform_comb_weights = TRUE,
type = "normal",
horizon = NULL,
y = NULL,
Expand Down

0 comments on commit 8d1c670

Please sign in to comment.