Skip to content

Multi-variate multi-step forecasting #592

Discussion options

You must be logged in to vote

Self-solved...

This notebook is helpful:
https://github.com/ourownstory/neural_prophet/blob/main/docs/source/future-regressors.md

However the crucial element missing is that in the make_future_dataframe call there is a regressors_df option which is by default None. If you change this to be your dataframe of future regressors (ie. regressors_df=future_regressors_df), it will work.

In addition, I would advise setting periods=len(future_regressors_df) that way you'll be predicting only as far as your future regressors allow.

Great library - loving it so far.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by jSwords91
Comment options

You must be logged in to vote
1 reply
@jSwords91
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants