Hi, Can someone help me how to use `neuralforecast...
# neural-forecast
v
Hi, Can someone help me how to use
neuralforecast
to forecast into the future/unseen/out-sample dates?
m
k
Hi @Vishwa Brungi Complementing on @Max (Nixtla). You can use the
.predict,
method from the core class. It is similar to StatsForecast's forecast method. Here is the core class documentation: https://nixtla.github.io/statsforecast/core.html
v
Thank you @Max (Nixtla) & @Kin Gtz. Olivares, It was a small over look from my side. It works with simple
.predict
function.