felipeangelimvieira / prophetverse

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

[FIX] Fix hierarchical prophet trend validation, scaling and add option "linear_raw" to trend argument to skip deseasonalizing when suggesting initial trend priors #106

Closed felipeangelimvieira closed 2 months ago

felipeangelimvieira commented 2 months ago

Fix trend parameter checking in HierarchicalProphet, fix scaling when the timeseries in constant and zero, and add new trend option.

Closes #104 Closes #105

codecov[bot] commented 2 months ago

Codecov Report

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:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #106 +/- ## ========================================== + Coverage 94.83% 94.85% +0.02% ========================================== Files 26 26 Lines 1180 1185 +5 ========================================== + Hits 1119 1124 +5 Misses 61 61 ```

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