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

PatchTSTForPrediction vs PatchTSMixerForPrediction #140

Open
rdabc opened this issue Sep 19, 2024 · 1 comment
Open

PatchTSTForPrediction vs PatchTSMixerForPrediction #140

rdabc opened this issue Sep 19, 2024 · 1 comment

Comments

@rdabc
Copy link

rdabc commented Sep 19, 2024

Hi,

What are the main differences between "PatchTSTForPrediction" and "PatchTSMixerForPrediction"?
which one is better suited for multivariate time-series?
Is "TinyTimeMixerForPrediction" is the latest and best model?
Is there an example for "TinyTimeMixerForPrediction" to trained from scratch similar to "PatchTSTForPrediction" and "PatchTSMixerForPrediction"?
Thank you

@wgifford
Copy link
Collaborator

wgifford commented Nov 4, 2024

"PatchTSTForPrediction" is a PatchTST (transformer) based model for forecasting.
"PatchTSMixerForPrediction" is a PatchTSMixer (lightweight mixing layers) based model for forecasting.
"TinyTimeMixerForPrediction" is the latest model (with pretrained models available on HF) which uses some building blocks from PatchTSTMixer.

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

2 participants