Question about Neural Prophet performance #1430
Replies: 2 comments 1 reply
-
Yes this is possible and this is also how it is intended! Very cool use case! You can see an example in this tutorial: https://neuralprophet.com/tutorials/tutorial10.html |
Beta Was this translation helpful? Give feedback.
-
I have just looked more closely on your picture. Do you really wanna train on the blue parts or just use the blue parts to forecast the next red part? Because if you really want to train the model, you should use cross-validation: https://neuralprophet.com/how-to-guides/feature-guides/test_and_crossvalidate.html If you only want to forecast, you can just call neural_prophet/neuralprophet/forecaster.py Line 319 in 50d5e41 |
Beta Was this translation helpful? Give feedback.
-
Hello! I asked several times before, and now I am writing manuscripts using Neural Prophet model for cropland monitoring :)
Thank you so much in advance!
By the way, I have a question about the performance of this model.
In my case, I want to mainly forecast peak season of target variable, using 6 lagged regressors.
Because those peak values are determined by regressor values from the other days.
It seems Neural Prophet model is training the model in the whole days.
So my question is that, is Neural Prophet possible to train in the specific season and forecast in the other specific season?
I attached a figure below for better understanding!
Thank you again for the nice model!
Beta Was this translation helpful? Give feedback.
All reactions