Zero-shot forecasting without training
ozanbarism opened this issue · 1 comments
ozanbarism commented
Hi, is there a way for me to do zero-shot forecasting with timer without training it?
WenWeiTHU commented
Of course, you can load the pre-trained model as you would with any other large time series model and directly input a time series for prediction (currently Timer supports no longer than 1440 sequence lengths). For longer sequence outputs, you can try using the autoregression provided in our code.