This message was deleted.
# neural-forecast
s
This message was deleted.
c
Hi @Farzad E! It has been a while, hopefully everything was running smoothly 🙂. The dates are created based on the frequency you specified when you instantiated the
nf
object. Based on the value
2385-12-31
it seems you are using a frequency of
Y
or
A
, instead of day (
D
)
❤️ 1
f
@Cristian (Nixtla) yeah I know. Have been busy with other things. Back to forecasting again 🙂. You are absolutely right. I found my dumb mistake after I learned how to make VSCode debugger step into the neuralforecast scripts while executing and saw the frequency was not right inside of
_future_dates
function of the core module. Thanks for the quick reply. Hope all is well with you and the team.