Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

baseline experience #3

Open
tangxiaoyue163 opened this issue Jul 15, 2024 · 1 comment
Open

baseline experience #3

tangxiaoyue163 opened this issue Jul 15, 2024 · 1 comment

Comments

@tangxiaoyue163
Copy link

Could you please introduce in detail the experimental methods of MODELS FOR MTS FORECASTING in the baseline? How to understand the thesis "For MTS forecasting models, we input sequences after canonical pre-alignment and incorporate the observed time, mask,information, and forecasting queries as additional features into these models. " in the paper? ①Does "canonical pre-alignment" mean first using timesnet to imputation the complete sequence and then input the complete sequence for subsequent prediction? ②Does "as other features" mean directly viewing observed time, mask, information, and forecasting queries as multivariate variables?
Thank you for your work and great support for my experiment!Looking forward to your reply!

@willzhang3
Copy link
Collaborator

Canonical pre-alignment means using the representation method described in the paper's section 3.2. You can find the code for such canonical pre-alignment representation in the function 'variable_time_collate_fn' in lib/parse_datasets.py.

After the canonical pre-alignment, time and mask will have the same sequence length as the IMTS, then you can regard them as additional variables. As forecasting queries have different sequence length to the IMTS, we postpend them to the IMTS when we conduct forecasting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants