Add STL short-horizon forecast regression test - #13
Conversation
|
@claude Please review this PR |
|
Claude finished @StatMixedML's task in 57s —— View job PR Review: Add STL short-horizon forecast regression test
Verdict: Approve — Clean, focused regression test. A few minor observations below but nothing blocking. What it doesAdds a parametrized test (
Strengths
Minor observations (non-blocking)
Overall this is a well-written, minimal regression test that directly covers the reported short-horizon crash. LGTM. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13 +/- ##
=======================================
Coverage 95.17% 95.17%
=======================================
Files 15 15
Lines 3462 3462
Branches 623 623
=======================================
Hits 3295 3295
Misses 78 78
Partials 89 89 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Summary
Adds an end-to-end regression test for short-horizon
HyperTreeSTLforecasts withfcst_h=3andfcst_h=1.The test trains a small real STL model and verifies that forecasting returns the expected number of rows with finite forecast values. This preserves coverage for the short-horizon crash path while leaving the implementation itself to the conformal branch rework that already fixed the underlying STL behavior.