Is there a problem using AutoNhits also for making...
# neural-forecast
j
Is there a problem using AutoNhits also for making your predictions. Or is better to load in the hyperparams from of AutoNhits and make the predictions with Nhits?
m
Hi! Do you mean training with AutoNHITS and making predictions afterwards right away? In that case, no there's no problem. The hyperparams will be optimized, and you can call
predict()
or save the model to reuse it.
j
Thanks! yes that is exactly what I meant
1