We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I've created a daily prediction model. The data I am trying to predict should have only data for the weekdays Mon - Fri.
I noticed that the forecasts for the period where there are no actuals, there are values for Sunday.
The data also has very strong weekly seasonality.
When reviewing the forecasted values for the period where I have actuals data, they have very similar seasonality
However, once there is no actuals data, the forecast seasonality appears this way:
It appears that the values are distributed correctly as proportion, however, the Weekly_Start is suddenly set to 0.
To Reproduce I am using the following arguments and also added Holidays.
Although the default Weekly_Start should be 1 by default, I've added the parameter just in case, however, it did not change anything.
Expected behavior I expected that the future prediction should be predicated for the weekdays only and the Weekly_Start should be kept.
Environment:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I've created a daily prediction model.
The data I am trying to predict should have only data for the weekdays Mon - Fri.
I noticed that the forecasts for the period where there are no actuals, there are values for Sunday.
The data also has very strong weekly seasonality.
When reviewing the forecasted values for the period where I have actuals data, they have very similar seasonality
However, once there is no actuals data, the forecast seasonality appears this way:
It appears that the values are distributed correctly as proportion, however, the Weekly_Start is suddenly set to 0.
To Reproduce
I am using the following arguments
and also added Holidays.
Although the default Weekly_Start should be 1 by default, I've added the parameter just in case, however, it did not change anything.
Expected behavior
I expected that the future prediction should be predicated for the weekdays only and the Weekly_Start should be kept.
Environment:
The text was updated successfully, but these errors were encountered: