This message was deleted.
# neural-forecast
s
This message was deleted.
c
Hi @DAVID FERNANDO PARADA BRIJALBA! The problem is that your target variable has a different sampling frequency, like monthly?
d
yes, that's right
c
I would recommend to do something like
ffill
pandas function, where you assign the same GDP value to all months of the quarter, and complement this with other calendar exogenous like dummy of month, or month of the quarter (eg. 1, 2, 3).
The input dataframe needs one observation of the GDP for each row/timestamp of your data
d
Oh, thanks a lot! @Cristian (Nixtla) I'm gonna give it a try 👍🏻.