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

使用DAY_AHEAD来对未来的数据进行预测时,DAY_AHEAD的值取大于1的数没有效果,还是只预测出一个值 #18

Open
yangyouxi123456 opened this issue Sep 14, 2023 · 5 comments

Comments

@yangyouxi123456
Copy link

No description provided.

@FateMurphy
Copy link
Owner

DAY_AHEAD=1表示预测明天,DAY_AHEAD=2表示预测后天,使用的数据均为今天之前的

@yangyouxi123456
Copy link
Author

使用DAY_AHEAD的时候,FORECAST_LENGTH的数值有什么影响吗,
我理解 这里使用DAY_AHEAD最后得到的只有一个数据,DAY_AHEAD=n表示今天之后的n天,对吗?
我想用之前已经训练好保存的模型直接预测未来不知道的数据,该是什么思路呢?

@FateMurphy
Copy link
Owner

没有影响,FORECAST_LENGTH表示测试集长度。预测未来数据可以考虑载入的保存keras模型,载入后预测就行

@Beryl402
Copy link

Beryl402 commented Dec 8, 2023

您好,请问您说的“预测未来数据可以考虑载入的保存keras模型,载入后预测就行”具体是什么意思呢,可以展开说明吗?比如我想要小时数据未来的24,48,72个预测输出,可以借助您的方法实现吗?

@yangyouxi123456
Copy link
Author

yangyouxi123456 commented Dec 8, 2023 via email

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

3 participants