are we doing historical forcast in neuralforcast ?
# general
m
are we doing historical forcast in neuralforcast ?
f
hey @marah othman! Could you explain more about what you refer to by historical training?
m
i am sorry i meant historical forcast like in darts
hey so what do you think @fede (nixtla) (they/them)
f
hey @marah othman! You can recover the historical forecasts using the
predict_rolled
method. Here’s the reference: https://nixtla.github.io/neuralforecast/core.html#neuralforecast.predict_rolled We deprecate
predict_rolled
in favor of
predict_insample
, but we must update the documentation accordingly. :)