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
Error: Option sample_new_levels = 'gaussian' is not available for non-gaussian group-level effects.
Preferably, kfold would be fixed to work non-Gaussian group-level effects.
If non-Gaussian group-level effects are not supported, then it would be nice to clarify that kfold() does not support non-Gaussian group-level effects. Now the error message refers to argument sample_new_levels which is not mentioned in the kfold() documentation and it's not clear where to find possible instructions to go forward.
What happens if you pass sample_new_levels = "uncertainty" to kfold? Does that work?
Sorry for not mentioning that it seems to work. My issue was that it is not mentioned in kfold() and add_criterion() documentation, and naturally even better would be to switch to sample_new_levels = "uncertainty" automatically if the group-level effects are non-Gaussian.
Uh oh!
There was an error while loading. Please reload this page.
This worked in January 2024
but now it gives an error
Preferably,
kfold
would be fixed to work non-Gaussian group-level effects.If non-Gaussian group-level effects are not supported, then it would be nice to clarify that
kfold()
does not support non-Gaussian group-level effects. Now the error message refers to argumentsample_new_levels
which is not mentioned in thekfold()
documentation and it's not clear where to find possible instructions to go forward.The same for
reloo
The text was updated successfully, but these errors were encountered: