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

How do we can performe out of sample forecasting? #55

Open
deebajee2009 opened this issue Sep 14, 2022 · 5 comments
Open

How do we can performe out of sample forecasting? #55

deebajee2009 opened this issue Sep 14, 2022 · 5 comments
Labels
question Further information is requested

Comments

@deebajee2009
Copy link

No description provided.

@zhangxjohn
Copy link
Collaborator

Sorry, I do not understand what out of sample forecasting. Can you give an example?

@deebajee2009
Copy link
Author

deebajee2009 commented Sep 15, 2022

Hello again, Suppose my frequency of my data is daily and I want to forecast future 50 days ahead of today by model trained based on past data.

@zhangxjohn
Copy link
Collaborator

You just pass X containing the timestamps you want to forecast into the trained model and predict.

@zhangxjohn zhangxjohn added the question Further information is requested label Sep 30, 2022
@Enderfga
Copy link

You just pass X containing the timestamps you want to forecast into the trained model and predict.

我使用1750~2015每个月的数据进行单变量预测训练,想预测未来一百年的数据 但是范围太大会报错显示OverflowError: Overflow in int64 addition,最多大概只能预测25年左右,请问有解决办法吗

@zhangxjohn
Copy link
Collaborator

You just pass X containing the timestamps you want to forecast into the trained model and predict.

我使用1750~2015每个月的数据进行单变量预测训练,想预测未来一百年的数据 但是范围太大会报错显示OverflowError: Overflow in int64 addition,最多大概只能预测25年左右,请问有解决办法吗

您好,根据您目前提供的报错信息,无法确定问题出现的原因,望您可以提供更多的信息,以帮助我可以复现您所遇到的问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants