Hi just a quick question on what is the reasoning behind this line :
|
periods = self.n_forecasts |
Id assume - based on the documentation- that periods control the number of n_forecasts we want to predict into the future.
Say if the model is trained to predict 7 days into the future and the periods is set to be 3 then we would want to have a prediction for the upcoming 21 days in a rolling inference fashion.
are there any plans to amend the function to be in line with the documentation and offer the described functionality ?
Thank you for maintaining this repo, much appreciated.
Hi just a quick question on what is the reasoning behind this line :
neural_prophet/neuralprophet/forecaster.py
Line 2808 in 1b44634
Id assume - based on the documentation- that periods control the number of n_forecasts we want to predict into the future.
Say if the model is trained to predict 7 days into the future and the periods is set to be 3 then we would want to have a prediction for the upcoming 21 days in a rolling inference fashion.
are there any plans to amend the function to be in line with the documentation and offer the described functionality ?
Thank you for maintaining this repo, much appreciated.