-
Notifications
You must be signed in to change notification settings - Fork 265
Better frequency inference and message for timeseries forecasting #1279
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
Comments
Hi @americast, do you have any idea on how to improve the frequency for forecasting? Thanks! |
Thanks @xzdandy for creating this issue. One quick solution could be to redirect users to use a neural model that does not need explicit frequency determination/declaration. |
Thanks @americast, I am trying the following query:
When you say "a neural model that does not need explicit frequency determination/declaration", does that imply we should not provide Update 1: The following query does not work. So it seems with neuralforecast, we still need to provide an explicit frequency.
Update 2: I am trying the neueralforecast with Frequency
We can see the forecasting prices are identical but the forecasting datasold are different due to frequency. This seems to indicate the price in neueralforecast is not affected by the frequency but the date is. This makes how to choose the frequency more confusing. |
Yes frequency is required to be provided in |
This PR aims to solve the following issues: - [x] Throwing error when non-numeric characters are in the data (partially fixes #1243) - [x] Math domain error with `statsforecast`. - [x] Fix GPU support for `neuralforecast`. - ~Neuralforecast support for directly using batched data.~ - ~Auto frequency determination ( #1279).~ Will create separate PRs for the last two points. --------- Co-authored-by: Andy Xu <[email protected]>
Search before asking
Description
we shall return a simple response with
Can not infer the frequency for HomeSaleForecast. Please explicitly set it.
Use case
Check Colab Notebook for the data and reproducing the error.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: