You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been seeing the below error when trying to run robyn_run and build an initial model, with 7000 iterations and 7 trials. I've tried running less iterations/trials to see if this avoids the error with no luck. It ran fine yesterday on the same data. All I've changed since then, is I've set the hyperparameters to those of yesterday's model, while setting the train size to 1, for the purposes of a test. Any help would be greatly appreciated.
Thanks!
R version 4.4.1
Robyn version: 3.11.1
Error in mutate(): ℹ In argument: nrmse = lares::winsorize(.data$nrmse, nrmse_win). Caused by error in quantile.default()`:
! missing values and NaN's not allowed if 'na.rm' is FALSE
Hi,
I've been seeing the below error when trying to run robyn_run and build an initial model, with 7000 iterations and 7 trials. I've tried running less iterations/trials to see if this avoids the error with no luck. It ran fine yesterday on the same data. All I've changed since then, is I've set the hyperparameters to those of yesterday's model, while setting the train size to 1, for the purposes of a test. Any help would be greatly appreciated.
Thanks!
R version 4.4.1
Robyn version: 3.11.1
Error in
mutate(): ℹ In argument:
nrmse = lares::winsorize(.data$nrmse, nrmse_win). Caused by error in
quantile.default()`:! missing values and NaN's not allowed if 'na.rm' is FALSE
Backtrace:
▆
Run rlang::last_trace(drop = FALSE) to see 3 hidden frames.
The text was updated successfully, but these errors were encountered: