pytorch-forecasting icon indicating copy to clipboard operation
pytorch-forecasting copied to clipboard

TSMixer

Open jdb78 opened this issue 1 year ago • 2 comments

Description

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

Checklist

  • [x] Amended changelog for large changes (and added myself there as contributor)
  • [ ] Added/modified tests
  • [x] 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 avatar Sep 10 '23 22:09 jdb78

Codecov Report

Patch coverage has no change and project coverage change: -0.09% :warning:

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

:exclamation: 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%) :arrow_down:
pytest 90.11% <ø> (-0.09%) :arrow_down:

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

see 1 file with indirect coverage changes

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Sep 10 '23 22:09 codecov-commenter

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

pcgm-team avatar Dec 05 '23 17:12 pcgm-team