Replies: 1 comment
-
How do you modulate the "free channels"?. For passive channels I think they are usually just modeled as "background" effects. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a data frame which looks like this:
date | channel name | cost | leads
Some of the channels' cost is zero. The number of leads per channel is based on a simple attribution like first or last touch.
In MMM usually one just counts the total outcome, e.g.
df.groupby('date').leads.sum()
however, I feel some information is lost. Moreover, how should I treat zero-cost channels? The ROI is infinite.Beta Was this translation helpful? Give feedback.
All reactions