Last active
June 30, 2023 03:12
-
-
Save abhijeet-talaulikar/8be8941e949a781787c18ac7f4492e8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
channel_priors = { | |
"CTV": 0.02, | |
"DISPLAY": 0.05, | |
"DIRECT_MAIL": 0.02, | |
"EMAIL": 0.03, | |
"PAID_SOCIAL": 0.08, | |
"PAID_SEARCH": 0.14, | |
"TV": 0.01 | |
} | |
trend_prior = 0.05 | |
holiday_prior = 0.05 | |
seasonality_prior = 0.05 / (2*d) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment