Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facing issue regarding the Seasonality coming as negative even when it is toggled positive. #1165

Open
Nitinwangnoo opened this issue Nov 26, 2024 · 1 comment
Assignees

Comments

@Nitinwangnoo
Copy link

Project Robyn

Describe issue

Facing issue regarding the Seasonality coming as negative even when it is toggled positive. We'd want to know what could be the possible reason behind this issue ?

Provide reproducible example

Attaching files and one pager for your reference.
image
pareto_aggregated.csv
2_674_6

Environment & Robyn version

Make sure you're using the latest Robyn version before you post an issue.

  • Check and share Robyn version: 3.11.0
@gufengzhou
Copy link
Contributor

In general, the decomp for season will be always close to 0, either slightly positive or negative. The reason is that season is a cyclic function around 0 (for example 5 in spring, 20 in summer, -5 in autumn, -20 in winter), thus when you sum up the whole year it'll be around 0. The "toggle" for season is actually not meaningful (sorry for that). Trend and holiday are different and is not centered around 0. Hope it makes sense

@gufengzhou gufengzhou self-assigned this Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants