You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it normal that if n_lags + n_forecasts is bigger in length then the validation set, neuralprophet throw out an "Index out of range" error during training?
#1481
Put an X between the brackets on this line if you have done all of the following:
Reproduced the problem in a new virtualenv with only neuralprophet installed, directly from github:
git clone <copied link from github>cd neural_prophet
pip install .
Checked the Answered Questions on the Github Discussion board: https://github.com/ourownstory/neural_prophet/discussions
If you have the same question but the Answer does not solve your issue, please continue the conversation there.
This discussion was converted from issue #1476 on November 21, 2023 17:23.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Prerequisites
If you have the same question but the Answer does not solve your issue, please continue the conversation there.
If you have the same issue but there is a twist to your situation, please add an explanation there.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
What actually happens
Describe what happens, and how often it happens.
Screenshots
If applicable, add screenshots and console printouts to help explain your problem.
Environment (please complete the following information):
pip install neuralprophet
]Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions