Added skip in NRVDataset for incomplete samples

This commit is contained in:
Victor Mylle
2023-11-13 15:28:51 +00:00
parent 2f48363292
commit caeba6b841
3 changed files with 59 additions and 17 deletions

View File

@@ -2,10 +2,17 @@
## 1. TODOs
- [x] Compare autoregressive vs non-autoregressive
- [ ] Add more input parameters (load forecast)
- [x] Rewrite dataloader for more input parameters (load forecast)
- [ ] Explore more input parameters (load forecast)
- [x] Quantile Regression sampling fix
- [x] Quantile Regression exploration
- [ ] Plots with good scaling (y-axis)
- [x] Plots with good scaling (y-axis)
- [x] Some days in load forecast are missing, remove samples from dataset (Implemented a skip in the NRVDataset)
- [ ] Quantile Regression nakijken
- [ ] Test scores voor 96 values
- [ ] (Optional) Andere modellen (LSTM?)
## 2. Autoregressive vs Non-Autoregressive