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

Removing deprecated save_model and load_model, adding the imputation model Autoformer #321

Merged
merged 10 commits into from
Mar 27, 2024

Conversation

WenjieDu
Copy link
Owner

What does this PR do?

  1. permanently remove deprecated functions save_model() and load_model();
  2. add the imputation model Autoformer;

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.

@coveralls
Copy link
Collaborator

coveralls commented Mar 27, 2024

Pull Request Test Coverage Report for Build 8448797394

Details

  • 276 of 341 (80.94%) changed or added relevant lines in 8 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 81.788%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pypots/imputation/autoformer/model.py 67 71 94.37%
pypots/imputation/autoformer/modules/submodules.py 171 232 73.71%
Totals Coverage Status
Change from base Build 8340518079: 0.03%
Covered Lines: 5479
Relevant Lines: 6699

💛 - Coveralls

@WenjieDu WenjieDu merged commit bf53667 into main Mar 27, 2024
10 checks passed
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