Skip to content

Does Neural Prophet takes only known future features? #765

Discussion options

You must be logged in to vote

It takes both future known features and past ones as well. Here are the links in the documentation:

Modeling Lagged Regressors: https://neuralprophet.com/html/lagged-regressors.html

Modeling Future Regressors: https://neuralprophet.com/html/future-regressors.html?highlight=future%20regressor

@ourownstory Thanks for sharing these links, a couple of questions:

  • In the documentation, it is mentioned the following: This is the command to add the reggresor: m = m.add_lagged_regressor(names='A')
    By setting the only_last_value argument of the add_lagged_regressor function, the user can specify either to use only the last known value of the regressor within the input window or else use the same …

Replies: 1 comment 1 reply

Comment options

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

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