pytorch TimeSeriesDataSet handling missing time stamps - for TemporalFusionTransformer model
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 565
- Avg merge
- 5d 8m
- Merged PRs (30d)
- 17
Description
PyTorch's TimeSeriesDataSet is capable of handling missing time stamps. We would like to leverage this capability for our TemporalFusionTransformer model. PyTorch has two methods forward fill strategy and constant fill strategy.
- Set `allow_missing_timesteps=True`
- Add fill strategies to search space when there exist missing data.
- For constant fill strategies, will need to search for constant values to use for each column name. - As with other hyperparameters, users can override these.
See [PyTorch TimeSeriesDataSet Documentation](https://pytorch-forecasting.readthedocs.io/en/stable/api/pytorch_forecasting.data.timeseries.TimeSeriesDataSet.html) for more information.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.