yhat, get forecast values #517
-
Hi, after doing model.predict(df), I'm getting the following forecast. It has yhat1.yhat2....till the yhat'n' ('n' being the 'n'-th step forecasted into the future, n_forecasts steps) Now, I want to get the final column of values that are being forecasted. Just like the 1 yhat column. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@ourownstory Hi, there? |
Beta Was this translation helpful? Give feedback.
-
@mandar-avhad |
Beta Was this translation helpful? Give feedback.
@mandar-avhad
Might this be of help?
https://github.com/ourownstory/neural_prophet/blob/master/tutorials/feature-use/collect_predictions.ipynb