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

关于多变量预测中归一化与反归一化的问题 #14

Open
yzglhs opened this issue Jan 30, 2024 · 2 comments
Open

关于多变量预测中归一化与反归一化的问题 #14

yzglhs opened this issue Jan 30, 2024 · 2 comments

Comments

@yzglhs
Copy link

yzglhs commented Jan 30, 2024

您好,我在series_to_supervised函数中输入n_in>1的情况时,会出现反归一化报错的问题,提示此时反归一化的数据alueError: operands could not be broadcast together with shapes,请问该如何解决呢,谢谢!

@yangwohenmai
Copy link
Owner

您好,我在series_to_supervised函数中输入n_in>1的情况时,会出现反归一化报错的问题,提示此时反归一化的数据alueError: operands could not be broadcast together with shapes,请问该如何解决呢,谢谢!

改这个数据就相当于改变了输入数据的结构,你要注意前后维度是不是对应的上

@Randwluo
Copy link

Randwluo commented Mar 3, 2024

您好,我在series_to_supervised函数中输入n_in>1的情况时,会出现反归一化报错的问题,提示此时反归一化的数据alueError: operands could not be broadcast together with shapes,请问该如何解决呢,谢谢!

改这个数据就相当于改变了输入数据的结构,你要注意前后维度是不是对应的上

我在用自己的数据运行时也出现了反归一化数据结构报错,请问数据结构不同的问题应该修改哪一部分的代码来解决?

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