-
Notifications
You must be signed in to change notification settings - Fork 380
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
[Add SOTA model in Neuralforecast] : TSMixer by Google #823
Comments
Hi @VinayChaudhari1996 ! Thanks for the suggestion. Yes, we plan to add TSMixer to the library soon. |
How does TSMixer compare to TiDE? (#610) |
Unofficial pytorch implementation: https://github.com/ditschuk/pytorch-tsmixer |
Pay attention to the fact that there are apparently 2 different models named "TSMixer":
|
This would surely be another significant contribution further underscoring the strength of this library! |
Hi @steffenrunge. It will be a great addition! We almost have it ready, and will include it soon :). |
@cchallu Is your implementation based on the "ext" version (like this: https://github.com/ditschuk/pytorch-tsmixer/blob/main/torchtsmixer/tsmixer_ext.py) with static / hist / future exogenous variables support? |
I think this issue can be closed, see: |
Description
Hello @mergenthaler
Is it possible to add new TSMixer model in library?
Reference article and code :
Code : https://www.datasciencewithmarco.com/blog/tsmixer-the-latest-forecasting-model-by-google
Paper:
https://arxiv.org/abs/2303.06053
Thanks
Use case
No response
The text was updated successfully, but these errors were encountered: