You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Align indices of labels and predictors
I realized that aligning with lead time must be done afterwards. So the current code in trim_to_lead_time must be split into two parts: do 1 and 2 above and save data. Do the trimming to lead time later.
The text was updated successfully, but these errors were encountered:
The code to save and load aligned data was removed in a subsequent merge. Reopening.
Considerations:
Data path vs aligned data. Is the aligned data path inside data path?
Should we reconsider how data is organized now, i.e. crop and then country?
We should also save data after TorchDataset interpolates and aggregates time series. Should we make it a separate issue?
I have second thoughts about saving aligned data because it would be hard to separate aligning to crop season and trimming time series based on lead time.
I realized that aligning with lead time must be done afterwards. So the current code in
trim_to_lead_time
must be split into two parts: do 1 and 2 above and save data. Do the trimming to lead time later.The text was updated successfully, but these errors were encountered: