https://github.com/nixtla logo
v

Vishwa Brungi

01/19/2023, 6:01 PM
Hi, Can someone help me how to use
neuralforecast
to forecast into the future/unseen/out-sample dates?
m

Max (Nixtla)

01/19/2023, 6:09 PM
k

Kin Gtz. Olivares

01/19/2023, 6:10 PM
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

Vishwa Brungi

01/20/2023, 6:22 AM
Thank you @Max (Nixtla) & @Kin Gtz. Olivares, It was a small over look from my side. It works with simple
.predict
function.