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

Enable quantile loss for N-HiTS #926

Merged
merged 3 commits into from
Mar 30, 2022
Merged

Conversation

jdb78
Copy link
Collaborator

@jdb78 jdb78 commented Mar 30, 2022

Checklist

  • Linked issues (if existing)
  • 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 Mar 30, 2022

Codecov Report

Merging #926 (a59c9c5) into master (e6c8579) will decrease coverage by 0.04%.
The diff coverage is 93.18%.

@@            Coverage Diff             @@
##           master     #926      +/-   ##
==========================================
- Coverage   89.47%   89.42%   -0.05%     
==========================================
  Files          26       26              
  Lines        4275     4284       +9     
==========================================
+ Hits         3825     3831       +6     
- Misses        450      453       +3     
Flag Coverage Δ
cpu 89.42% <93.18%> (-0.05%) ⬇️
pytest 89.42% <93.18%> (-0.05%) ⬇️

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

Impacted Files Coverage Δ
pytorch_forecasting/models/nhits/sub_modules.py 83.64% <85.00%> (-1.02%) ⬇️
pytorch_forecasting/models/nhits/__init__.py 97.10% <100.00%> (ø)

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 e6c8579...a59c9c5. Read the comment docs.

@jdb78 jdb78 merged commit e1e1e00 into master Mar 30, 2022
@jdb78 jdb78 deleted the feature/nbeats-enable-quantiles branch May 23, 2022 11:29
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