Hi, I have a question. I want to predict on a `new...
# general
n
Hi, I have a question. I want to predict on a
new_data
, passing some static features. But when I specify the horizon, the predict function makes prediction
horizon
periods after the specified
new_data
. Is this intended, how do I make predictions on the specified
new_data
? Thanks in advance!
k
Hey @Nikola Shahpazov, Is this tutorial related to your question? https://nixtla.github.io/neuralforecast/examples/exogenous_variables.html