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

Budget Allocator #894

Closed DongHarry-Kang closed 5 months ago

DongHarry-Kang commented 6 months ago

https://github.com/facebookexperimental/Robyn/blob/4300767cd11e4058f8f41d664b041659599c2f42/demo/demo.R#L374

Hi all -

I have one question, currently BudgetAllocator by defaults uses the last month for budget allocation exercise. How do I change to the entire period of time?

gufengzhou commented 5 months ago

date_range = "all"

Please check the documentation ?robyn_allocator

DongHarry-Kang commented 5 months ago

Thank you very much!