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
For the past 3 months I'm learning Robyn's potential, but I encountered some problems:
In robyn_outputs(), when using cluster_by = "performance", returns error:
"Error in distinct(x, .data$solID, starts_with("nrmse"), .data$decomp.rssd, :
ℹ In argument: starts_with("nrmse").
Caused by error:
! starts_with() must be used within a selecting function.
ℹ See ?tidyselect::faq-selection-context for details."
And proceeds to create the output of each model selected by the pareto front (more than 100 models).
The second issue I encountered is about parallelization in Windows 11 (I used Robyn also in Mac and I never had this error): serialize(data, node$con)
If you can give me some solutions, tips or documentation, I would be very grateful. Thank you in advance!
Environment & Robyn version
Robyn version: 3.11.1
R version: 4.3.2
The text was updated successfully, but these errors were encountered:
cluster by performance is actually deprecated. for windows it's always very individual and tricky (multi-core vs multi-thread e.g.). hope it's not a blocker for you?
Hi, thank you for the reply. I searched for other users with my same problem with parallelization in Windows and they suggested that using 1 core (not using the parallelization) fixed it, and it did but it's really slow.
If there will be any updates regarding this issue please let me know. : )
Thank you again!
Project Robyn
Describe issue
For the past 3 months I'm learning Robyn's potential, but I encountered some problems:
In robyn_outputs(), when using cluster_by = "performance", returns error:
"Error in distinct(x, .data$solID, starts_with("nrmse"), .data$decomp.rssd, :
ℹ In argument:
starts_with("nrmse")
.Caused by error:
!
starts_with()
must be used within a selecting function.ℹ See ?tidyselect::faq-selection-context for details."
And proceeds to create the output of each model selected by the pareto front (more than 100 models).
The second issue I encountered is about parallelization in Windows 11 (I used Robyn also in Mac and I never had this error): serialize(data, node$con)
If you can give me some solutions, tips or documentation, I would be very grateful. Thank you in advance!
Environment & Robyn version
Robyn version: 3.11.1
R version: 4.3.2
The text was updated successfully, but these errors were encountered: