We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run latent.Rmd vignette until refm_nebin has been created. cv_varsel() works with parallel=FALSE, but
refm_nebin
cv_varsel()
parallel=FALSE
registerDoFuture(); plan(multisession, workers=8); vs_nebin <- cv_varsel(refm_nebin, d_test = d_test_lat_poiss, method = "L1", nclusters_pred = 20, nterms_max = 14, parallel=TRUE)
fails with an error
Error in { : task 1 failed - "object 'refm_prec' not found"
The text was updated successfully, but these errors were encountered:
Thanks for reporting. We probably need to replace lines
projpred/R/cv_varsel.R
Line 1000 in 25748e8
Line 1335 in 25748e8
.export = c("one_obs", "dot_args", getOption("projpred.export_to_workers", character())),
and
.export = c("one_fold", "dot_args", getOption("projpred.export_to_workers", character())),
respectively. Then users can set the global option projpred.export_to_workers as needed.
projpred.export_to_workers
Sorry, something went wrong.
No branches or pull requests
Run latent.Rmd vignette until
refm_nebin
has been created.cv_varsel()
works withparallel=FALSE
, butfails with an error
The text was updated successfully, but these errors were encountered: