facebookexperimental / Robyn

Robyn is an experimental, AI/ML-powered and open sourced Marketing Mix Modeling (MMM) package from Meta Marketing Science. Our mission is to democratise modeling knowledge, inspire the industry through innovation, reduce human bias in the modeling process & build a strong open source marketing science community.
https://facebookexperimental.github.io/Robyn/
MIT License
1.08k stars 322 forks source link

Pareto calculations : Error in serialize(data, node$con) : error writing to connection #845

Closed LMiddles closed 2 months ago

LMiddles commented 8 months ago

Project Robyn

Describe issue

Models have built, issue arises when running output collect. Ts validation, ROAS convergence, pareto matrix etc all produced in folder. error message when calculating pareto fronts

Running Pareto calculations for 25000 models on 5 fronts... Calculating response curves for all models' media variables (2510)... Error in serialize(data, node$con) : error writing to connection

Provide reproducible example

OutputCollect <- robyn_outputs(

Environment & Robyn version

Make sure you're using the latest Robyn version before you post an issue.

LMiddles commented 8 months ago

sessionInfo()$R.version $platform [1] "x86_64-w64-mingw32"

$arch [1] "x86_64"

$os [1] "mingw32"

$crt [1] "ucrt"

$system [1] "x86_64, mingw32"

$status [1] ""

$major [1] "4"

$minor [1] "3.1"

$year [1] "2023"

$month [1] "06"

$day [1] "16"

$svn rev [1] "84548"

$language [1] "R"

$version.string [1] "R version 4.3.1 (2023-06-16 ucrt)"

$nickname [1] "Beagle Scouts"

gufengzhou commented 8 months ago

I see you're still having this issue. It's very difficult to debug because I can't reproduce your error. Have you googled your error message? It seems like a OS specific problem with the parallel process.

gufengzhou commented 2 months ago

Please see the latest related issue https://github.com/facebookexperimental/Robyn/issues/964