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

Allow multi-target prediction with Baseline model #603

Merged
merged 3 commits into from
Jul 7, 2021

Conversation

jdb78
Copy link
Collaborator

@jdb78 jdb78 commented Jul 7, 2021

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!

@codecov-commenter
Copy link

codecov-commenter commented Jul 7, 2021

Codecov Report

Merging #603 (9468ece) into master (bc62f84) will increase coverage by 0.29%.
The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #603      +/-   ##
==========================================
+ Coverage   89.58%   89.87%   +0.29%     
==========================================
  Files          24       24              
  Lines        3716     3714       -2     
==========================================
+ Hits         3329     3338       +9     
+ Misses        387      376      -11     
Flag Coverage Δ
cpu 89.87% <93.33%> (+0.29%) ⬆️
pytest 89.87% <93.33%> (+0.29%) ⬆️

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

Impacted Files Coverage Δ
pytorch_forecasting/models/base_model.py 89.92% <ø> (ø)
pytorch_forecasting/models/baseline.py 94.73% <93.33%> (+51.87%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc62f84...9468ece. Read the comment docs.

@jdb78 jdb78 merged commit 8e9f822 into master Jul 7, 2021
@jdb78 jdb78 deleted the feature/multi-target-baseline branch July 7, 2021 16:27
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.

2 participants