felipeangelimvieira / prophetverse

A multiverse of Prophet models for timeseries
https://prophetverse.com
Apache License 2.0
33 stars 3 forks source link

[ENH] Add offset prior scale parameter #46

Closed felipeangelimvieira closed 6 months ago

felipeangelimvieira commented 6 months ago

Solves

38

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 72.72727% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 90.93%. Comparing base (4c98258) to head (24aebce). Report is 3 commits behind head on main.

Files Patch % Lines
src/prophetverse/sktime/multivariate.py 60.00% 2 Missing :warning:
src/prophetverse/sktime/univariate.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #46 +/- ## ========================================== - Coverage 91.00% 90.93% -0.07% ========================================== Files 19 19 Lines 989 993 +4 ========================================== + Hits 900 903 +3 - Misses 89 90 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

felipeangelimvieira commented 6 months ago

Skipping patch coverage alert since it concerns only 3 lines. In a future PR, the hyperparameter validation may be improved, maybe used Pydantic.