The time index is not being returned correctly in v2. For some reason tslib datamodule even comments this out
|
# history_time_idx = processed_data["timestep"][history_indices] |
|
# future_time_idx = processed_data["timestep"][future_indices] |
We should diagnose exactly why this is, and how we can actually correct this index return.
FYI @PranavBhatP
NOTE: This is a hard issue, so please comment with your proposed changes before raising a PR
The time index is not being returned correctly in v2. For some reason
tslibdatamodule even comments this outpytorch-forecasting/pytorch_forecasting/data/data_module/_tslib_data_module.py
Lines 195 to 196 in 8918eac
We should diagnose exactly why this is, and how we can actually correct this index return.
FYI @PranavBhatP
NOTE: This is a hard issue, so please comment with your proposed changes before raising a PR