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

TSMixer #1375

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

TSMixer #1375

wants to merge 2 commits into from

Conversation

jdb78
Copy link
Owner

@jdb78 jdb78 commented Sep 10, 2023

Description

This PR implements TSMixer based on TSMixer: An All-MLP Architecture for Time Series Forecasting

Checklist

  • Amended changelog for large changes (and added myself there as contributor)
  • Added/modified tests
  • Used pre-commit hooks when committing to ensure that code is compliant with hooks. Install hooks with pre-commit install.
    To run hooks independent of commit, execute pre-commit run --all-files

Make sure to have fun coding!

@jdb78 jdb78 changed the title TSMixer changelog TSMixer Sep 10, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 10, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.09% ⚠️

Comparison is base (b4ce1cf) 90.19% compared to head (10dfff8) 90.11%.
Report is 8 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1375      +/-   ##
==========================================
- Coverage   90.19%   90.11%   -0.09%     
==========================================
  Files          30       30              
  Lines        4714     4714              
==========================================
- Hits         4252     4248       -4     
- Misses        462      466       +4     
Flag Coverage Δ
cpu 90.11% <ø> (-0.09%) ⬇️
pytest 90.11% <ø> (-0.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pcgm-team
Copy link

What is the status on this?

Note there are these two implementations: https://github.com/ditschuk/pytorch-tsmixer, https://github.com/smrfeld/tsmixer-pytorch/tree/main

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

Successfully merging this pull request may close these issues.

None yet

3 participants