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

Import mode output to run optimizations #802

Closed chrisb347 closed 10 months ago

chrisb347 commented 10 months ago

Hi,

I have ran a model and written the output to a json. It is not clear to me how I can clear my environment variables and use this single model to run optimizations at a later date. Is this possible? I see that there are a few functions like Robyn_read() which is depreciated and Robyn_replicated().

I can get Robyn read () to work and import my model but how do I feed it into the optimizer

gufengzhou commented 10 months ago

Please see the demo row 424

gufengzhou commented 10 months ago

Please reopen if issue persists.