Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions INITIAL-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
- sMAPE
- (optional) pinball loss later
- Persist split boundaries and evaluation artifacts.
- Advanced Time-Series Splitting:
- Support for 'Expanding' and 'Sliding' windows.
- Integration of a 'Gap' parameter to simulate operational data latency.
- Comprehensive Metric Suite:
- Accuracy: MAE, sMAPE, WAPE.
- Reliability: Forecast Bias, Stability Index.
- Automated Benchmarking:
- Mandatory side-by-side comparison with Baseline models.
- Data Lineage:
- Storage of full 'Actual vs. Predicted' datasets per fold for downstream UI visualization.

## EXAMPLES:
- `examples/backtest/run_backtest.py` — generates splits from config and executes evaluations.
Expand Down
Loading