Skip to content

Instantly share code, notes, and snippets.

@abhijeet-talaulikar
Last active June 30, 2023 03:12
Show Gist options
  • Save abhijeet-talaulikar/8be8941e949a781787c18ac7f4492e8c to your computer and use it in GitHub Desktop.
Save abhijeet-talaulikar/8be8941e949a781787c18ac7f4492e8c to your computer and use it in GitHub Desktop.
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