pytorch-ts icon indicating copy to clipboard operation
pytorch-ts copied to clipboard

data_entry.item

Open chenxiaodanhit opened this issue 3 years ago • 1 comments
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 avatar Dec 25 '21 14:12 chenxiaodanhit

@chenxiaodanhit these keys come from the gluonts' transformations, in particular their splitters. Hope that helps!

kashif avatar Jan 10 '22 11:01 kashif