Closed ikvision closed 1 year ago
Hi @ikvision, thank you for your interest! Yes, that should be your setup. You can pretrain the model with multiple time series and then use the embedding for single output forecasting task. You can also do supervised training where the input is multiple time series and output the forecasting of a single series. You would need to modify the head to make sure it outputs the right shape. Please feel free to let us know how it goes.
Thank you @namctin I will start by the pre-train method and keep you posted
The paper is very dense and super informative, but I want to make sure I understand it and use the code correctly. If I have the following multivariate forecasting task:
multivariate predict univariate
If I read correctly table Table 4 self-supervised embedding should be probably better than supervised embedding. Question:
patchtst_pretrain
withfeatures='MS'
the correct starting point to train your model to my dataset?