prop/priv/backtest_reports
Graham McIntire ab04cb9168 Phase 0: backtest harness
Add Microwaveprop.Backtest: a feature-evaluation framework that runs
a (lat, lon, valid_time) -> float function over the historical QSO
corpus and a matched random-time baseline, reporting distribution
statistics, distance-binned lift, and band-stratified lift.

Adds four baseline feature wrappers around the current scorer inputs
(naive_gradient, td_depression, time_of_day, pressure), a mix backtest
CLI, and the first set of baseline reports under priv/backtest_reports
so downstream phases have a frozen reference point to compare against.
2026-04-09 16:10:54 -05:00
..
baseline_naive_gradient.md Phase 0: backtest harness 2026-04-09 16:10:54 -05:00
baseline_pressure.md Phase 0: backtest harness 2026-04-09 16:10:54 -05:00
baseline_td_depression.md Phase 0: backtest harness 2026-04-09 16:10:54 -05:00
baseline_time_of_day.md Phase 0: backtest harness 2026-04-09 16:10:54 -05:00