Skip to content

How to get the predict values from many yhats #1150

Discussion options

You must be logged in to vote

Hi @saksonita , thanks for opening a new discussion.
You probably used auto regression n_lags>0. In that case, it's perfectly normal to have n_lags NaN values at the beginning of the yhat columns, as no prediction can be made with less than the specified n_lags datapoints taken as an input. Your forecast_future dataframe contains the predictions you plotted.
Hope this helps. If not, feel free to post a reproducible code section, so that I can have a closer look.
Best
Julio

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@saksonita
Comment options

@xeonvs
Comment options

@Alan-Wolf-VN
Comment options

Answer selected by Kevin-Chen0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants