[BUG] Discrepancies between Pipeline
and AutoRegressivePipeline
in handling a given ts
after transforms
#440
Labels
bug
Something isn't working
🐛 Bug Report
There is a difference in a way how
Pipeline
andAutoRegressivePipeline
are handling a givents
inforecast
in relation to transforms.AutoRegressivePipeline
seems to take into account transforms which were already applied before callingforecast
Pipeline
seems not to take into account transforms which were already applied before callingforecast
Expected behavior
I think that the behavior should be the same. It isn't really obvious which is better, but probably
Pipeline
's.How To Reproduce
Environment
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: