Model Results Identical Whether Modeled on Spend-Only or Mixed with Impressions #460
Unanswered
GrizzledLotus
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@GrizzledLotus - I am experiencing the same phenomenon, i.e., I get exactly the same model names and performance, regardless of whether I define
I think that as of Robyn 3.6.0, the
Did you get an answer from the community/developers, or did you manage to figure it out yourself? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A quick background, I'm trying to convince my company to use Robyn for our MMM needs instead of our current methodology. To demonstrate this, I ran 12 "experiments". We have 2 market buckets we run models separately for. I showed 3 different ways to use Prophet (trend, trend+season, trend+season+holiday) with hopes of eliminating the dummy variables we currently use. Finally, I ran those 6 with all spend then again with all impressions.
When I check the model results, model results are exactly the same. The same number of models, the same model numbers and the same model metrics. I replicated this with the demo.R file, changing the paid_media_vars to all spend instead of the default mix of impressions and spend. The spend results spit out the same 4 models as the default with the exception of adding a 5th model in the pareto results.
Thanks for your help in this.
I use the all-in-one InputCollect() step since I did it 12 times Example of one code block below:
Here's the change to paid_media_vars I made to the demo file to use all spend:
Beta Was this translation helpful? Give feedback.
All reactions