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.13k stars 336 forks source link

Save InputCollect and OutputCollect #837

Closed noob100000 closed 11 months ago

noob100000 commented 11 months ago

Hi. I am new to R and programming. I wanted to know if there is a way to save InputCollect and OutputCollect variables in file? so that I need not start from the beginning and just load the values. I know that the model parameters are stored. But don't know if InputCollect and OutputCollect can be stored.

Any help is appreciated.

Thanks anyways!! Awesome work guys.

michellegrushkometa commented 11 months ago

Hi @noob100000, welcome!

I suggest you check out some R resources, here is a great place to start: https://statisticsglobe.com/r-save-load-rdata-workspace-file

I also personally love referencing https://r4ds.had.co.nz/

noob100000 commented 11 months ago

Thank you @michellegrushkometa.