zalandoresearch / pytorch-ts

PyTorch based Probabilistic Time Series forecasting framework based on GluonTS backend
MIT License
1.21k stars 191 forks source link

data_entry.item #88

Open chenxiaodanhit opened 2 years ago

chenxiaodanhit commented 2 years ago

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!

kashif commented 2 years ago

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