darts
darts copied to clipboard
window transforms as "encoders"
Right now we have a transformer for window transforms.
It'd be nice to also have an add_encoders
-equivalent way to specify window transforms, in order to make them work out of the box with auto-regressive models. It can be re-using the add_encoders
argument, or maybe introducing a new add_window
one.
is there anyone working on this actively or is just in the pipeline. I am interested to add it, but I need definitely some initial guidance.
Hi All, is there any update on this task?
Hi @nagydavid,
This feature is still open to grab. Would you be interested in contributing?
@madtoinou I am still up for it, I am on holiday, when I get back I will look into it :)
Would be great to have capability of do window calculations on the fly. Keeping fingers crossed for this one :)
Hi all, many thanks for your work, DarTS is very useful to me on a daily basis ! Can't wait to try out this new feature, which is very useful for purely autoregressive time series :)
Hi @madtoinou do you think this feature will be available in a near future ?
It's currently being partially implemented in PR #2021 (for historical_forecasts()
methods).
Once it's merged, we'll try to extend it to the models themselves but difficult to tell if it'll be part of the next release.