[BUG] `y` not being normalized when using `EncoderNormalizer` in `EncoderDecoderDataModule`
sktime/pytorch-forecasting · issue #2360 · opened Jul 2026 · no PRs referenced when indexed
good first issuebugmodule:datasets&dataloadersptf-v2
Currently, in EncoderDecoderDataModule, y is not normalized if we are using EncoderNormalizer as it is fitted per sequence (during getitem). In this case we…