-
Notifications
You must be signed in to change notification settings - Fork 357
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
样本内预测predict_insample无法使用 #1056
Comments
I am also having the same issue for my own dataset and am not sure why |
Do you also experience this issue with other models? (e.g. |
yes, I tried DLinear and NBeatsx with various step_sizes |
I have the same problem with predict_insample of iTransformer.
Here is the code, and got error.
python 3.10.14 |
I found a PR #715 ,it is similar to this problem. After modifying line 201 to 203 of _base_multivarite.py the issue was resolved.
to
|
@lastsummerx Thanks for that - makes sense. We already have a PR that implements that, we might do it there |
Same issue here using the latest codebase from main branch. I'm using TimeMixer, though
|
Hi there, the issue still persists. Would PR #1023 fix it? I notice that the PR might be failing some sanity checks, was that the reason it's still not merged? |
What happened + What you expected to happen
无法使用样本内预测,阻止我完成接下来的任务
Versions / Dependencies
Python 3.9.19
neuralforecast 1.7.3
Reproduction script
The text was updated successfully, but these errors were encountered: