pytorch-ts
pytorch-ts copied to clipboard
data_entry.item
trafficstars
I checked the key of data_entry in trainer.py as follows: feat_static_cat feat_static_real past_time_feat past_target past_observed_values future_time_feat future_target future_observed_values I did not got where the above keys come from. Could you please tell me how to generate or setting them and what the role of these keys? Thank you for your help!
@chenxiaodanhit these keys come from the gluonts' transformations, in particular their splitters. Hope that helps!