Why multiple columns for future step predictions? #214
Unanswered
aegek
asked this question in
Q&A - get help using NeuralProphet
Replies: 1 comment
-
Hi @aegek, However, what you describe is a legit use case, and a simple helper function could provide that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I want to make a 48 hours prediction from a given point but code returns me a table with gazillion columns (yhat1-yhat2...-yhat48). I'm collecting them under a single column manually but I wonder if there is a way for it that I miss.
Beta Was this translation helpful? Give feedback.
All reactions