pytorch-forecasting
pytorch-forecasting copied to clipboard
WIP: Adding Temporal Flow Transformer
Checklist
- [x] Amended changelog for large changes (and added myself there as contributor)
- [ ] Added/modified tests
- [x] 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, executepre-commit run --all-files
Make sure to have fun coding!
Codecov Report
Merging #238 (b165dd5) into master (2e92197) will decrease coverage by
4.14%. The diff coverage is28.80%.
@@ Coverage Diff @@
## master #238 +/- ##
==========================================
- Coverage 90.83% 86.69% -4.15%
==========================================
Files 20 22 +2
Lines 3318 3554 +236
==========================================
+ Hits 3014 3081 +67
- Misses 304 473 +169
| Flag | Coverage Δ | |
|---|---|---|
| cpu | 86.69% <28.80%> (-4.15%) |
:arrow_down: |
| pytest | 86.69% <28.80%> (-4.15%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...ing/models/temporal_flow_transformer/submodules.py | 21.67% <21.67%> (ø) |
|
| ...sting/models/temporal_flow_transformer/__init__.py | 42.85% <42.85%> (ø) |
|
| pytorch_forecasting/metrics.py | 93.26% <66.66%> (-0.41%) |
:arrow_down: |
| pytorch_forecasting/__init__.py | 100.00% <100.00%> (ø) |
|
| pytorch_forecasting/data/__init__.py | 100.00% <100.00%> (ø) |
|
| pytorch_forecasting/data/timeseries.py | 93.05% <100.00%> (+0.01%) |
:arrow_up: |
| pytorch_forecasting/models/__init__.py | 100.00% <100.00%> (ø) |
|
| pytorch_forecasting/models/nn/rnn.py | 92.40% <0.00%> (+5.06%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 2e92197...b165dd5. Read the comment docs.