Try a 30-day horizon
✓ Tried — viewWhy this: Longer horizons are systematically harder to predict — uncertainty compounds. Comparing a 7d run to a 30d run on the same features tells you how quickly the signal decays.
You'll learn: Expect RMSE to be larger and the 80% band to be much wider for the 30d model. If coverage stays near 80% on both, the model is honestly representing increased uncertainty rather than just being more wrong.
python -m ml.train_wti --horizon 30 --folds 1 --test-window-days 20 --min-train-rows 15 --notes "30d horizon — uncertainty decay test"