thuml/Large-Time-Series-Model

Zero-shot forecasting without training

ozanbarism opened this issue · 1 comments

Hi, is there a way for me to do zero-shot forecasting with timer without training it?

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.