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 322 forks source link

Add custom outputs (prophet model and input) to InputCollect #953

Closed sallyhong closed 2 months ago

sallyhong commented 2 months ago

Summary

I forked the Robyn repo and added some extra lines of code to be able to

This is accessed as

# For the actual model
InputCollect$prophet_custom_output$prophet_model

# For the prophet input (just for debugging purposes to see what went into the model
InputCollect$prophet_custom_output$prophet_input

How to actually use the modified code will be shown in a separate PR :)

facebook-github-bot commented 2 months ago

Hi @sallyhong!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

gufengzhou commented 2 months ago

Hi, sorry this won't work because: