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

Robyn not working anymore during "Calculating response curves for all models' media variables (615)." #815

Closed federicoSalaVv closed 9 months ago

federicoSalaVv commented 9 months ago

Project Robyn

Describe issue

Since yesterday afternoon (CET timezone), all our Robyn trainings and allocations stopped working with error:

Error in { : task 1 failed - "argument is of length zero" Calls: robyn_outputs ... robyn_pareto -> %dorng% -> do.call -> ->

Since we use Robyn through a docker file: RUN echo "r <- getOption('repos'); r['CRAN'] <- 'http://cran.us.r-project.org'; options(repos = r);" > ~/.Rprofile RUN Rscript -e "install.packages('remotes');" RUN Rscript -e "install.packages('extrafont');" RUN Rscript -e "install.packages('reticulate');" RUN Rscript -e "remotes::install_github('facebookexperimental/Robyn/R');" RUN Rscript -e "install.packages('ggplot2');" RUN Rscript -e "install.packages('data.table');" RUN Rscript -e "install.packages('stringr');" RUN Rscript -e "install.packages('bigrquery');" RUN Rscript -e "install.packages('bursts');" RUN Rscript -e "install.packages('jsonlite');" RUN Rscript -e "install.packages('foreach');"

We want to be sure you haven't changed anything on the latest working version, can you please check it?

gufengzhou commented 9 months ago

Hi, thanks for reporting this. I just pushed a fix and it worked on my side. would you please test and confirm.

federicoSalaVv commented 9 months ago

Hi, it looks like the issue is resolved, thank you!