bugfix wunderground reporting
This commit is contained in:
2
todo.md
2
todo.md
@@ -24,7 +24,7 @@ Priority key: `P0` = critical/blocking, `P1` = important, `P2` = later optimizat
|
||||
|
||||
## 4) Modeling and Validation
|
||||
- [x] [P0] Keep logistic regression as baseline.
|
||||
- [ ] [P1] Add at least one tree-based baseline (e.g. gradient boosting).
|
||||
- [x] [P1] Add at least one tree-based baseline (e.g. gradient boosting). (implemented via `hist_gb`; runtime evaluation pending local Python deps)
|
||||
- [x] [P0] Use strict time-based train/validation/test splits (no random shuffling).
|
||||
- [ ] [P1] Add walk-forward backtesting across multiple temporal folds.
|
||||
- [ ] [P1] Tune hyperparameters on validation data only.
|
||||
|
||||
Reference in New Issue
Block a user