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.07k stars 323 forks source link

Robyn one pager is not getting exported #964

Open bmbalaji06 opened 2 months ago

bmbalaji06 commented 2 months ago

Hi,

Robyn one pager is not getting exported/saved tried with multiple core options. Started with default cores to Null and reduced the cores to 4,6 . 1st Error: Auto selected k = 7 (clusters) based on minimum WSS variance of 6% Error : One or both dimensions exceed the maximum (50000px).

code: OutputModels <- robyn_run( InputCollect = InputCollect, # feed in all model specification cores = NULL, # NULL defaults to (max available - 1)6 iterations = 4000, # 2000 recommended for the dummy dataset with no calibration 7000 trials = 5, # 5 recommended for the dummy dataset 7 ts_validation = TRUE, seed = 123L,# 3-way-split time series for NRMSE validation. add_penalty_factor = FALSE # Experimental feature. Use with caution. ) print(OutputModels)

Environment & Robyn version

packageVersion("Robyn") [1] ‘3.10.3’ "R version 4.4.0 (2024-04-24 ucrt)"

bmbalaji06 commented 2 months ago

Windows 11

gufengzhou commented 1 month ago

Hi, how many cores do you have? and still seeing the Serialization error when NOT using all cores? This indicates reducing cores in windows might solve the problem.