AIStream-Peelout / flow-forecast

Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).
https://flow-forecast.atlassian.net/wiki/spaces/FF/overview
GNU General Public License v3.0
2.01k stars 289 forks source link

Add GRU to FF #598

Closed isaacmg closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 76.27% // Head: 76.06% // Decreases project coverage by -0.21% :warning:

Coverage data is based on head (4658f3e) compared to base (fb95a9e). Patch coverage: 25.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #598 +/- ## ========================================== - Coverage 76.27% 76.06% -0.22% ========================================== Files 66 67 +1 Lines 4755 4775 +20 ========================================== + Hits 3627 3632 +5 - Misses 1128 1143 +15 ``` | Flag | Coverage Δ | | |---|---|---| | python | `76.06% <25.00%> (-0.22%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AIStream-Peelout#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/AIStream-Peelout/flow-forecast/pull/598?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AIStream-Peelout) | Coverage Δ | | |---|---|---| | [flood\_forecast/basic/gru\_vanilla.py](https://codecov.io/gh/AIStream-Peelout/flow-forecast/pull/598/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AIStream-Peelout#diff-Zmxvb2RfZm9yZWNhc3QvYmFzaWMvZ3J1X3ZhbmlsbGEucHk=) | `21.05% <21.05%> (ø)` | | | [flood\_forecast/model\_dict\_function.py](https://codecov.io/gh/AIStream-Peelout/flow-forecast/pull/598/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AIStream-Peelout#diff-Zmxvb2RfZm9yZWNhc3QvbW9kZWxfZGljdF9mdW5jdGlvbi5weQ==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AIStream-Peelout). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AIStream-Peelout)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

isaacmg commented 1 year ago

This was effectively merged in the last pull request.