Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

Update Imputeformer #450

Merged
merged 4 commits into from
Jul 1, 2024
Merged

Update Imputeformer #450

merged 4 commits into from
Jul 1, 2024

Conversation

tongnie
Copy link
Contributor

@tongnie tongnie commented Jun 28, 2024

What does this PR do?

  1. fixing Add ImputeFormer #451;

Before submitting

  • I have commented my code, particularly in hard-to-understand areas.
  • I have written necessary tests and already run them locally.

WenjieDu and others added 4 commits June 20, 2024 14:09
Add `inverse_sliding_window()` and enable TimesNet to work with len>5000 samples
Use `inspect` to fetch models arguments and update docs
Expose new models for tuning, add get_class_full_path(), and test visual funcs
@WenjieDu WenjieDu merged commit 18d94e4 into WenjieDu:dev Jul 1, 2024
1 of 8 checks passed
@coveralls
Copy link
Collaborator

coveralls commented Jul 1, 2024

Pull Request Test Coverage Report for Build 9713848804

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 255 (0.0%) changed or added relevant lines in 7 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-1.8%) to 81.701%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pypots/imputation/imputeformer/init.py 0 2 0.0%
pypots/nn/modules/imputeformer/init.py 0 3 0.0%
pypots/imputation/imputeformer/data.py 0 5 0.0%
pypots/nn/modules/imputeformer/mlp.py 0 22 0.0%
pypots/imputation/imputeformer/core.py 0 52 0.0%
pypots/imputation/imputeformer/model.py 0 74 0.0%
pypots/nn/modules/imputeformer/attention.py 0 97 0.0%
Files with Coverage Reduction New Missed Lines %
pypots/nn/modules/fedformer/layers.py 2 45.99%
Totals Coverage Status
Change from base Build 9681569729: -1.8%
Covered Lines: 10113
Relevant Lines: 12378

💛 - Coveralls

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.

3 participants