This message was deleted.
# neural-forecast
s
This message was deleted.
c
Hi @Rachel Yee! In time series forecasting it is crucial to avoid information leakage, that is, when doing a forecast we can only use the available information at that time. We have the historic/future variables division to allow for different types of covariates, depending if we know their future values or not.
For instance, if today (04/27) you are doing the daily fuel sales forecast for tomorrow (04/28), and you know the prices for tomorrow, then they are future exogenous variables. The models can use the tomorrow's price to produce the forecast. If you only have past values of the prices (up to 4/27), then they should be historic variables
r
Ah I see! Thank you!