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
Pytorch-forecasting nets requires PytorchForecastingTransform to be the last transform in TSDataset.transforms attribute, however since #956 we do not store the transforms inside the dataset.
🚀 Feature Request
Pytorch-forecasting nets requires
PytorchForecastingTransform
to be the last transform inTSDataset.transforms
attribute, however since #956 we do not store the transforms inside the dataset.Proposal
DeepARModel
,TFTModel
,PytorchForecastingTransform
xfail
mark, which usesPytorchForecastingTransform
Test cases
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: