Closed felipeangelimvieira closed 2 months ago
Attention: Patch coverage is 87.50000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 94.85%. Comparing base (
3f6c300
) to head (3f06aba
). Report is 5 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/prophetverse/sktime/base.py | 87.50% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fix trend parameter checking in HierarchicalProphet, fix scaling when the timeseries in constant and zero, and add new trend option.
Closes #104 Closes #105