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

Add StemGNN modules and implement it as an imputation model #415

Merged
merged 5 commits into from
May 17, 2024

Conversation

WenjieDu
Copy link
Owner

What does this PR do?

  1. fixing Add StemGNN #413;

Before submitting

  • This PR is made to fix a typo or improve the docs (you can dismiss the other checks if this is the case).
  • Was this discussed/approved via a GitHub issue? Please add a link to it if that's the case.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have written necessary tests and already run them locally.

Add Nonstationary Transformer and Pyraformer, update docs
Treat keyboard interruption during training as a warning, and update the docs
Add Koopa, SCINet, RevIN, MICN and TiDE, and update the docs
@coveralls
Copy link
Collaborator

coveralls commented May 16, 2024

Pull Request Test Coverage Report for Build 9124199219

Details

  • 242 of 253 (95.65%) changed or added relevant lines in 8 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.3%) to 83.861%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pypots/imputation/stemgnn/model.py 66 69 95.65%
pypots/nn/modules/stemgnn/backbone.py 72 80 90.0%
Files with Coverage Reduction New Missed Lines %
pypots/imputation/csdi/model.py 1 83.33%
pypots/clustering/vader/model.py 1 84.42%
Totals Coverage Status
Change from base Build 9064214275: 0.3%
Covered Lines: 9535
Relevant Lines: 11370

💛 - Coveralls

@WenjieDu WenjieDu marked this pull request as ready for review May 17, 2024 06:54
@WenjieDu WenjieDu merged commit aa86347 into dev May 17, 2024
7 of 8 checks passed
@WenjieDu WenjieDu deleted the (feat)add_stemgnn branch May 17, 2024 07:39
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

2 participants